ExpandoObject.ICollection<KeyValuePair<String,Object>>.CopyTo Metoda

Definicja

Kopiuje elementy ICollection<T> elementu do tablicy typu KeyValuePair<TKey,TValue>, począwszy od określonego indeksu tablicy.

 virtual void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.CopyTo(cli::array <System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ array, int arrayIndex) = System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>::CopyTo;
void ICollection<KeyValuePair<string,object>>.CopyTo (System.Collections.Generic.KeyValuePair<string,object>[] array, int arrayIndex);
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.CopyTo : System.Collections.Generic.KeyValuePair<string, obj>[] * int -> unit
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.CopyTo : System.Collections.Generic.KeyValuePair<string, obj>[] * int -> unit
Sub CopyTo (array As KeyValuePair(Of String, Object)(), arrayIndex As Integer) Implements ICollection(Of KeyValuePair(Of String, Object)).CopyTo

Parametry

array
KeyValuePair<String,Object>[]

Jednowymiarowa tablica typu KeyValuePair<TKey,TValue> , która jest miejscem docelowym KeyValuePair<TKey,TValue> elementów skopiowanych z klasy ICollection<T>. Indeksowanie tablicy musi rozpoczynać się od zera.

arrayIndex
Int32

Indeks oparty na zerze, w array którym rozpoczyna się kopiowanie.

Implementuje

Dotyczy