AdditionalPropertiesDictionary<TValue>.ICollection<KeyValuePair<String,TValue>>.CopyTo メソッド

定義

特定のICollection<T>インデックスから始まるArrayの要素をArrayにコピーします。

 virtual void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,TValue>>.CopyTo(cli::array <System::Collections::Generic::KeyValuePair<System::String ^, TValue>> ^ array, int arrayIndex) = System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::String ^, TValue>>::CopyTo;
void ICollection<KeyValuePair<string,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair<string,TValue>[] array, int arrayIndex);
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,TValue>>.CopyTo : System.Collections.Generic.KeyValuePair<string, 'Value>[] * int -> unit
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,TValue>>.CopyTo : System.Collections.Generic.KeyValuePair<string, 'Value>[] * int -> unit
Sub CopyTo (array As KeyValuePair(Of String, TValue)(), arrayIndex As Integer) Implements ICollection(Of KeyValuePair(Of String, TValue)).CopyTo

パラメーター

array
KeyValuePair<String,TValue>[]

Arrayからコピーされた要素のコピー先となる 1 次元ICollection<T>Arrayには、0 から始まるインデックスが必要です。

arrayIndex
Int32

コピーを開始する array の 0 から始まるインデックス。

実装

適用対象