C#
VB
C++
Copies all the elements of the collection to the specified one-dimensional array starting at the specified destination array index.
public void CopyTo(
IMasterFormsCategory[] array,
int arrayIndex
)
Public Sub CopyTo( _
ByVal array() As Leadtools.Forms.Auto.IMasterFormsCategory, _
ByVal arrayIndex As Integer _
)
public:
void CopyTo(
Leadtools.Forms.Auto.array<IMasterFormsCategory^>^ array,
int arrayIndex
)
array
The one-dimensional array that is the destination of the elements copied from the current collection.
arrayIndex
The index at which copying begins.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET