HttpRequestOptions.ICollection<KeyValuePair<String,Object>>.CopyTo メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
特定の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からコピーされた要素のコピー先となる 1 次元ICollection<T>。 Arrayには、0 から始まるインデックスが必要です。
- arrayIndex
- Int32
コピーを開始する array の 0 から始まるインデックス。
実装
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。 HttpRequestOptions インスタンスがICollection<T> インターフェイスにキャストされている場合にのみ使用できます。