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

Definice

Zkopíruje elementy ICollection<T> do pole typu KeyValuePair<TKey,TValue>, počínaje zadaným indexem pole.

 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>[]

Jednorozměrné pole typu KeyValuePair<TKey,TValue> , které je cílem KeyValuePair<TKey,TValue> prvků zkopírovaných z objektu ICollection<T>. Pole musí mít indexování s nulovým základem.

arrayIndex
Int32

Index založený na nule, ve array kterém se kopírování začíná.

Implementuje

Platí pro