AdditionalPropertiesDictionary<TValue>.ICollection<KeyValuePair<String,TValue>>.CopyTo Método

Definição

Copia os elementos de ICollection<T> um Array, começando em um índice específico Array .

 virtual void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,TValue>>.CopyTo(cli::array <System::Collections::Generic::KeyValuePair<System::String ^, TValue>> ^ array, int arrayIndex) = System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::String ^, TValue>>::CopyTo;
void ICollection<KeyValuePair<string,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair<string,TValue>[] array, int arrayIndex);
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,TValue>>.CopyTo : System.Collections.Generic.KeyValuePair<string, 'Value>[] * int -> unit
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,TValue>>.CopyTo : System.Collections.Generic.KeyValuePair<string, 'Value>[] * int -> unit
Sub CopyTo (array As KeyValuePair(Of String, TValue)(), arrayIndex As Integer) Implements ICollection(Of KeyValuePair(Of String, TValue)).CopyTo

Parâmetros

array
KeyValuePair<String,TValue>[]

O unidimensional Array que é o destino dos elementos copiados de ICollection<T>. O Array deve ter indexação baseada em zero.

arrayIndex
Int32

O índice baseado em zero no array qual a cópia começa.

Implementações

Aplica-se a