KeyContainerPermissionAccessEntryCollection.ICollection.CopyTo 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
複製集合的項目至相容的一維陣列,從目標陣列的指定索引開始。
virtual void System.Collections.ICollection.CopyTo(Array ^ array, int index) = System::Collections::ICollection::CopyTo;
void ICollection.CopyTo (Array array, int index);
abstract member System.Collections.ICollection.CopyTo : Array * int -> unit
override this.System.Collections.ICollection.CopyTo : Array * int -> unit
Sub CopyTo (array As Array, index As Integer) Implements ICollection.CopyTo
參數
- array
- Array
一維陣列,該陣列是從目前集合複製項目的目的端。
- index
- Int32
array
中開始複製處的索引。
實作
例外狀況
array
為 null
。
index
小於 array
的下限。