JavaPrimitiveArray<T>.CopyTo 方法

定义

重载

CopyTo(T[], Int32)

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

参数

array
T[]
arrayIndex
Int32

注解

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于

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

参数

sourceIndex
Int32
destinationArray
T[]
destinationIndex
Int32
length
Int32

注解

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于