GrapeCity PlusPak for Windows Forms 10.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 型)
参照

参照

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

 

 


© 2008 GrapeCity inc. All rights reserved.