AdditionalPropertiesDictionary<TValue>.ICollection<KeyValuePair<String,TValue>>.CopyTo Methode

Definition

Kopiert die Elemente des Elements in ICollection<T> ein Array, beginnend bei einem bestimmten Array Index.

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

Parameter

array
KeyValuePair<String,TValue>[]

Das eindimensionale Array Element, das das Ziel der elemente ist, aus ICollection<T>denen kopiert wurde. Die Array 0-basierte Indizierung muss nullbasiert sein.

arrayIndex
Int32

Der nullbasierte Index, in array dem das Kopieren beginnt.

Implementiert

Gilt für: