AutoComplete for ASP.NET Web Forms
CopyTo メソッド (SectionCollection)

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > SectionCollection クラス : CopyTo メソッド
The one-dimensional System.Array that is the destination of the elements copied from collection. (The array must have zero-based indexing).
The zero-based index in array at which copying begins.
Copies the elements of the collection to an System.Array, starting at a particular array index.
シンタックス
'宣言
 
Public Sub CopyTo( _
   ByVal array() As Section, _
   ByVal index As System.Integer _
) 
public void CopyTo( 
   Section[] array,
   System.int index
)

パラメータ

array
The one-dimensional System.Array that is the destination of the elements copied from collection. (The array must have zero-based indexing).
index
The zero-based index in array at which copying begins.
参照

SectionCollection クラス
SectionCollection メンバ