Compartir a través de


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

Definición

Copia los elementos de ICollection<T> en Array, empezando por un índice determinado 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

Parámetros

destination
KeyValuePair<String,Object>[]
offset
Int32

Implementaciones

Excepciones

array es null.

arrayIndex es menor que 0.

El número de elementos de la ICollection<T> de origen es mayor que el espacio disponible desde arrayIndex hasta el final de la array de destino.

Se aplica a