Click or drag to resize

NativeUtilsArrayToIntSpan Method

[Missing <summary> documentation for "M:SampSharp.Core.Natives.NativeObjects.FastNatives.NativeUtils.ArrayToIntSpan(System.Void,System.Int32)"]

Namespace:  SampSharp.Core.Natives.NativeObjects.FastNatives
Assembly:  SampSharp.Core (in SampSharp.Core.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public static Span ArrayToIntSpan(
	void array,
	int length
)

Parameters

array
Type: SystemVoid

[Missing <param name="array"/> documentation for "M:SampSharp.Core.Natives.NativeObjects.FastNatives.NativeUtils.ArrayToIntSpan(System.Void,System.Int32)"]

length
Type: SystemInt32

[Missing <param name="length"/> documentation for "M:SampSharp.Core.Natives.NativeObjects.FastNatives.NativeUtils.ArrayToIntSpan(System.Void,System.Int32)"]

Return Value

Type: SpanT
See Also