Dictionary<TKey,TValue>.ICollection<KeyValuePair<TKey,TValue>>.CopyTo Yöntem

Tanım

öğelerini ICollection<T> belirtilen dizi dizininden başlayarak türünde KeyValuePair<TKey,TValue>bir diziye kopyalar.

 virtual void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(cli::array <System::Collections::Generic::KeyValuePair<TKey, TValue>> ^ array, int index) = System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<TKey, TValue>>::CopyTo;
void ICollection<KeyValuePair<TKey,TValue>>.CopyTo (System.Collections.Generic.KeyValuePair<TKey,TValue>[] array, int index);
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo : System.Collections.Generic.KeyValuePair<'Key, 'Value>[] * int -> unit
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo : System.Collections.Generic.KeyValuePair<'Key, 'Value>[] * int -> unit
Sub CopyTo (array As KeyValuePair(Of TKey, TValue)(), index As Integer) Implements ICollection(Of KeyValuePair(Of TKey, TValue)).CopyTo

Parametreler

array
KeyValuePair<TKey,TValue>[]

türünden kopyalanan ICollection<T>öğelerin hedefi KeyValuePair<TKey,TValue> olan tek boyutlu diziKeyValuePair<TKey,TValue>. Dizinin sıfır tabanlı dizinlemeye sahip olması gerekir.

index
Int32

array içinde kopyalamanın başladığı sıfır tabanlı dizin.

Uygulamalar

Özel durumlar

array, null değeridir.

index 0'dan küçüktür.

Kaynaktaki ICollection<T> öğelerin sayısı, hedef arrayöğesinin sonuna kadar olan kullanılabilir alandan index daha fazladır.

Şunlara uygulanır