[]
        
(Showing Draft Content)

C1.Win.C1Command.C1NavBarButton.ButtonCollection.CopyTo

CopyTo Method

CopyTo(Array, int)

Copies the elements of the ICollection to an Array, starting at a particular Array index.

Declaration
public void CopyTo(Array array, int index)
Parameters
Type Name Description
Array array
int index
Implements

CopyTo(Array)

Copies the ButtonCollection to a one-dimensional array.

Declaration
public void CopyTo(Array array)
Parameters
Type Name Description
Array array

CopyTo(int, Array, int, int)

Copies the ArrayList or a portion of it to a one-dimensional array.

Declaration
public void CopyTo(int index, Array array, int arrayIndex, int count)
Parameters
Type Name Description
int index
Array array
int arrayIndex
int count