共用方式為


TableSectionBase<T>.CopyTo(T[], Int32) 方法

定義

從指定的索引開始,將目前集合的項目複製到 System.Array

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

參數

array
T[]

要將項目複製至其中的陣列。

arrayIndex
System.Int32

開始放入所複製項目的 array 索引。

實作

System.Collections.Generic.ICollection`1.CopyTo(`0[],System.Int32)

適用於