ReadOnlySet<T>.ICollection<T>.CopyTo(T[], Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從特定 Array 索引開始,將 ICollection<T> 的專案複製到 Array。
virtual void System.Collections.Generic.ICollection<T>.CopyTo(cli::array <T> ^ array, int arrayIndex) = System::Collections::Generic::ICollection<T>::CopyTo;
void ICollection<T>.CopyTo (T[] array, int arrayIndex);
abstract member System.Collections.Generic.ICollection<T>.CopyTo : 'T[] * int -> unit
override this.System.Collections.Generic.ICollection<T>.CopyTo : 'T[] * int -> unit
Sub CopyTo (array As T(), arrayIndex As Integer) Implements ICollection(Of T).CopyTo
參數
- array
- T[]
一維 Array,這是從 ICollection<T>複製之專案的目的地。 Array 必須具有以零起始的索引。
- arrayIndex
- Int32
從 array
開始複製的以零起始的索引。