ReadOnlyDictionary<TKey,TValue>.ICollection<KeyValuePair<TKey,TValue>>.CopyTo Metod

Definition

Kopierar elementen i ordlistan till en matris med början vid det angivna matrisindexet.

 virtual void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(cli::array <System::Collections::Generic::KeyValuePair<TKey, TValue>> ^ array, int arrayIndex) = 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 arrayIndex);
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)(), arrayIndex As Integer) Implements ICollection(Of KeyValuePair(Of TKey, TValue)).CopyTo

Parametrar

array
KeyValuePair<TKey,TValue>[]

Den endimensionella matris som är målet för de element som kopieras från ordlistan. Matrisen måste ha nollbaserad indexering.

arrayIndex
Int32

Det nollbaserade index array där kopieringen börjar.

Implementeringar

Undantag

array är null.

arrayIndex är mindre än 0.

array är flerdimensionellt.

-eller-

Antalet element i källordlistan är större än det tillgängliga utrymmet från arrayIndex till slutet av målet array.

-eller-

Det går inte att omvandla typen T automatiskt till måltypen array.

Gäller för