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

Definição

Copia os elementos do ICollection<T> para um Array, começando em um determinado índice 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

Implementações

Exceções

array é null.

arrayIndex é menor que 0.

O número de elementos na origem ICollection<T> é maior do que o espaço disponível de arrayIndex até o final do array de destino.

Aplica-se a