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

arrayIndex
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: