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

Definição

Copia os elementos do ICollection<T> para um Array, começando num índice particular 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>. A Array indexação deve ter base zero.

arrayIndex
Int32

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

Implementações

Aplica-se a