HttpRequestOptions.ICollection<KeyValuePair<String,Object>>.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,System.Object>>.CopyTo(cli::array <System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ array, int arrayIndex) = System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>::CopyTo;
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

array
KeyValuePair<String,Object>[]

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

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a HttpRequestOptions instância é transmitida para uma ICollection<T> interface.

Aplica-se a