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

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

パラメータ

array
BaseCollectionからコピーされる項目の配置先の1次元配列(Arrey 型)
プラットフォーム

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