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

Definition

Kopiert die Elemente der ICollection<T> in ein Array vom Typ KeyValuePair<TKey,TValue>, beginnend am angegebenen Arrayindex.

 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

Parameter

array
KeyValuePair<String,Object>[]

Ein eindimensionales Array vom Typ KeyValuePair<TKey,TValue>, in das die KeyValuePair<TKey,TValue>-Elemente aus der ICollection<T> kopiert werden. Für das Array muss eine nullbasierte Indizierung verwendet werden.

arrayIndex
Int32

Der nullbasierte Index in array, ab dem kopiert wird.

Implementiert

Gilt für: