Click or drag to resize

NativeUtilsIntSpanToArrayT Method

[Missing <summary> documentation for "M:SampSharp.Core.Natives.NativeObjects.FastNatives.NativeUtils.IntSpanToArray``1(System.Array,System.Span`1)"]

Namespace:  SampSharp.Core.Natives.NativeObjects.FastNatives
Assembly:  SampSharp.Core (in SampSharp.Core.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public static T[] IntSpanToArray<T>(
	Array array,
	Span span
)

Parameters

array
Type: SystemArray

[Missing <param name="array"/> documentation for "M:SampSharp.Core.Natives.NativeObjects.FastNatives.NativeUtils.IntSpanToArray``1(System.Array,System.Span`1)"]

span
Type: SystemSpanT

[Missing <param name="span"/> documentation for "M:SampSharp.Core.Natives.NativeObjects.FastNatives.NativeUtils.IntSpanToArray``1(System.Array,System.Span`1)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:SampSharp.Core.Natives.NativeObjects.FastNatives.NativeUtils.IntSpanToArray``1(System.Array,System.Span`1)"]

Return Value

Type: T
See Also