Partager via


IndexingParametersConfiguration.ICollection<KeyValuePair<String,Object>>.CopyTo Méthode

Définition

Copie les éléments de ICollection<T> dans Array, à partir d'un index particulier de Array.

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

Paramètres

destination
KeyValuePair<String,Object>[]
offset
Int32

Implémente

Exceptions

array a la valeur null.

arrayIndex est inférieur à 0.

Le nombre d’éléments dans le ICollection<T> source est supérieur à la quantité d’espace disponible entre arrayIndex et la fin du array de destination.

S’applique à