ColumnDefinitionCollection.ICollection.CopyTo(Array, Int32) メソッド
定義
このメンバーの詳細については、「CopyTo(Array, Int32)」をご覧ください。For a description of this member, see CopyTo(Array, Int32).
virtual void System.Collections.ICollection.CopyTo(Array ^ array, int index) = System::Collections::ICollection::CopyTo;
void ICollection.CopyTo (Array array, int index);
abstract member System.Collections.ICollection.CopyTo : Array * int -> unit
override this.System.Collections.ICollection.CopyTo : Array * int -> unit
Sub CopyTo (array As Array, index As Integer) Implements ICollection.CopyTo
パラメーター
- array
- Array
ColumnDefinitionCollection からコピーされた項目を受け取る、0 から始まる Array。A zero-based Array that receives the copied items from the ColumnDefinitionCollection.
- index
- Int32
指定した Array 内の、内容のコピー開始位置。The first position in the specified Array to receive the copied contents.
実装
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。This member is an explicit interface member implementation. これは、ColumnDefinitionCollection のインスタンスが ICollection インターフェイスにキャストされる場合のみ、使用できます。It can be used only when the ColumnDefinitionCollection instance is cast to an ICollection interface.