nuint.CopyArray Method

Definition

Overloads

CopyArray(IntPtr, nuint[], Int32, Int32)
CopyArray(nuint[], Int32, IntPtr, Int32)

CopyArray(IntPtr, nuint[], Int32, Int32)

public static void CopyArray (IntPtr source, nuint[] destination, int startIndex, int length);
static member CopyArray : nativeint * nuint[] * int * int -> unit

Parameters

source
IntPtr

nativeint

destination

System.System.UIntPtr[]

System.unativeint[]

startIndex
Int32
length
Int32

Applies to

CopyArray(nuint[], Int32, IntPtr, Int32)

public static void CopyArray (nuint[] source, int startIndex, IntPtr destination, int length);
static member CopyArray : nuint[] * int * nativeint * int -> unit

Parameters

source

System.System.UIntPtr[]

System.unativeint[]

startIndex
Int32
destination
IntPtr

nativeint

length
Int32

Applies to