Compartir a través de


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

Parámetros

arrayIndex
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