HttpRequestOptions.ICollection<KeyValuePair<String,Object>>.CopyTo Метод

Определение

Копирует элементы объекта ICollection<T>Arrayв определенный индекс, начиная с определенного 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

Параметры

array
KeyValuePair<String,Object>[]

Одномерный Array объект, который является назначением элементов, скопированных из ICollection<T>. Индексирование Array должно быть отсчитываемой от нуля.

arrayIndex
Int32

Отсчитываемый от нуля индекс, с array которого начинается копирование.

Реализации

Комментарии

Этот член является явной реализацией элемента интерфейса. Его можно использовать только в том случае, если HttpRequestOptions экземпляр приведение к интерфейсу ICollection<T> .

Применяется к