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

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

パラメータ

index
コピーの元となるBaseCollection の開始インデックス(Integer 型)
array
BaseCollectionからコピーされる項目の配置先の1次元配列(Arrey 型)
arrayIndex
コピーを開始する配列のインデックス(Integer 型)
count
コピーする項目の数(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