JavaPrimitiveArray<T>.CopyTo Method

Definition

Overloads

CopyTo(T[], Int32)
CopyTo(Int32, T[], Int32, Int32)

CopyTo(T[], Int32)

public override void CopyTo (T[] array, int arrayIndex);
override this.CopyTo : 'T[] * int -> unit

Parameters

array
T[]
arrayIndex
Int32

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

CopyTo(Int32, T[], Int32, Int32)

public abstract void CopyTo (int sourceIndex, T[] destinationArray, int destinationIndex, int length);
override this.CopyTo : int * 'T[] * int * int -> unit

Parameters

sourceIndex
Int32
destinationArray
T[]
destinationIndex
Int32
length
Int32

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to