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