TableSectionBase<T>.CopyTo(T[], Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從指定的索引開始,將目前集合的項目複製到 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)