ExpandoObject.ICollection<KeyValuePair<String,Object>>.CopyTo メソッド

定義

指定した配列インデックスを開始位置として、KeyValuePair<TKey,TValue> 型の配列に ICollection<T> の要素をコピーします。

 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>[]

ICollection<T> からコピーされる KeyValuePair<TKey,TValue> 要素のコピー先である KeyValuePair<TKey,TValue> 型の 1 次元配列。 配列には、0 から始まるインデックスが設定されている必要があります。

arrayIndex
Int32

コピーの開始位置となる、array の 0 から始まるインデックス。

実装

適用対象