nint.CopyArray Method

Definition

Overloads

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

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

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

Parameters

source
IntPtr

nativeint

destination

System.System.IntPtr[]

System.nativeint[]

startIndex
Int32
length
Int32

Applies to

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

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

Parameters

source

System.System.IntPtr[]

System.nativeint[]

startIndex
Int32
destination
IntPtr

nativeint

length
Int32

Applies to