HttpRequestOptions.ICollection<KeyValuePair<String,Object>>.CopyTo Methode

Definitie

Kopieert de elementen van de ICollection<T> elementen naar een Array, beginnend bij een bepaalde Array index.

 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

Parameters

array
KeyValuePair<String,Object>[]

De eendimensionale Array die de bestemming is van de elementen die zijn gekopieerd uit ICollection<T>. De Array indexering op basis van nul moet zijn.

arrayIndex
Int32

De op nul gebaseerde index array waarin kopiƫren begint.

Implementeringen

Opmerkingen

Dit lid is een expliciete implementatie van interfaceleden. Deze kan alleen worden gebruikt wanneer het HttpRequestOptions exemplaar naar een ICollection<T> interface wordt gecast.

Van toepassing op