BuildItemGroupCollection.CopyTo(Array, Int32) 方法
定义
public:
virtual void CopyTo(Array ^ array, int index);
public void CopyTo (Array array, int index);
abstract member CopyTo : Array * int -> unit
override this.CopyTo : Array * int -> unit
Public Sub CopyTo (array As Array, index As Integer)
参数
- array
- Array
一维 Array,它是从 BuildItemGroupCollection 复制的元素的目标。The one-dimensional Array that is the destination of the elements copied from BuildItemGroupCollection. Array 必须具有从零开始的索引。The Array must have zero-based indexing.
- index
- Int32
array 中从零开始的索引,从此处开始复制。The zero-based index in array at which copying begins.