MultiSelect for WinForms
CopyTo メソッド (TagCollection)

C1.Win.Input.MultiSelect.4.5.2 アセンブリ > C1.Win.Input 名前空間 > TagCollection クラス : CopyTo メソッド
The target array.
Start index of the array.
Copies the entire TagCollection to a compatible one-dimensional array, starting at the specified index of the target array.
シンタックス
'宣言
 
Public Sub CopyTo( _
   ByVal array As System.Array, _
   ByVal index As System.Integer _
) 
public void CopyTo( 
   System.Array array,
   System.int index
)

パラメータ

array
The target array.
index
Start index of the array.
参照

TagCollection クラス
TagCollection メンバ