Freigeben über


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

Definition

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

void ICollection<KeyValuePair<string,object>>.CopyTo (System.Collections.Generic.KeyValuePair<string,object>[] destination, int offset);
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 (destination As KeyValuePair(Of String, Object)(), offset As Integer) Implements ICollection(Of KeyValuePair(Of String, Object)).CopyTo

Parameter

destination
KeyValuePair<String,Object>[]
offset
Int32

Implementiert

Ausnahmen

array ist null.

arrayIndex ist kleiner als 0.

Die Anzahl der Elemente in der Quell-ICollection<T> ist größer als der verfügbare Platz vom arrayIndex bis zum Ende des Ziel-arrays.

Gilt für: