PowerTools PlusPak for Windows Forms 8.0J
CopyTo(Array,Int32) メソッド

BaseCollectionからコピーされる項目の配置先の1次元配列(Arrey 型)
コピーを開始する配列のインデックス(Integer 型)
既存の配列にBaseCollection コレクションをコピーします。
構文
Public Overloads Overridable Sub CopyTo( _
   ByVal array As Array, _
   ByVal arrayIndex As Integer _
) 
public virtual void CopyTo( 
   Array array,
   int arrayIndex
)

パラメータ

array
BaseCollectionからコピーされる項目の配置先の1次元配列(Arrey 型)
arrayIndex
コピーを開始する配列のインデックス(Integer 型)
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

BaseCollection クラス
BaseCollection メンバ
オーバーロード一覧

Send Feedback