ComboBox.ObjectCollection.ICollection.CopyTo(Array, Int32) メソッド

定義

このメンバーの説明については、 CopyTo(Array, Int32)を参照してください。

 virtual void System.Collections.ICollection.CopyTo(Array ^ dest, int index) = System::Collections::ICollection::CopyTo;
 virtual void System.Collections.ICollection.CopyTo(Array ^ destination, int index) = System::Collections::ICollection::CopyTo;
void ICollection.CopyTo(Array dest, int index);
void ICollection.CopyTo(Array destination, int index);
abstract member System.Collections.ICollection.CopyTo : Array * int -> unit
override this.System.Collections.ICollection.CopyTo : Array * int -> unit
abstract member System.Collections.ICollection.CopyTo : Array * int -> unit
override this.System.Collections.ICollection.CopyTo : Array * int -> unit
Sub CopyTo (dest As Array, index As Integer) Implements ICollection.CopyTo
Sub CopyTo (destination As Array, index As Integer) Implements ICollection.CopyTo

パラメーター

destdestination
Array

コレクションからコピーされた要素のコピー先となる 1 次元配列。 配列には、0 から始まるインデックスが必要です。

index
Int32

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

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 ComboBox.ObjectCollection インスタンスがICollection インターフェイスにキャストされている場合にのみ使用できます。

適用対象

こちらもご覧ください