PowerTools SPREAD for Windows Forms 10.0J
CopyTo メソッド (ItemTemplateCollectionInfo)


System.Collections.ICollectionの要素のコピー先となる1次元のSystem.ArraySystem.Arrayにはゼロから始まるインデックスが必要です。
コピーを開始する、配列内のゼロから始まるインデックス。
System.Collections.ICollectionの要素を、System.Arrayの特定のSystem.Arrayインデックス以降にコピーします。
構文
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As ItemTemplateInfo, _
   ByVal index As Integer _
) 
'使用法
 
Dim instance As ItemTemplateCollectionInfo
Dim array() As ItemTemplateInfo
Dim index As Integer
 
instance.CopyTo(array, index)
public void CopyTo( 
   ItemTemplateInfo[] array,
   int index
)

パラメータ

array
System.Collections.ICollectionの要素のコピー先となる1次元のSystem.ArraySystem.Arrayにはゼロから始まるインデックスが必要です。
index
コピーを開始する、配列内のゼロから始まるインデックス。
参照

ItemTemplateCollectionInfo クラス
ItemTemplateCollectionInfo メンバ

 

 


© 2004-2017, GrapeCity inc. All rights reserved.