[]
        
(Showing Draft Content)

C1.Win.C1Command.RadialMenuItemCollection.CopyTo

CopyTo Method

CopyTo(RadialMenuItemBase[], int)

Copies the entire System.Collections.Generic.List`1 to a compatible one-dimensional array, starting at the specified index of the target array.

Declaration
public void CopyTo(RadialMenuItemBase[] array, int arrayIndex)
Parameters
Type Name Description
RadialMenuItemBase[] array

The one-dimensional System.Array that is the destination of the elements copied from RadialMenuItemCollection. The Array must have zero-based indexing.

int arrayIndex

The zero-based index in array at which copying begins.

Implements

CopyTo(Array, int)

Copies the entire System.Collections.Generic.List`1 to a compatible one-dimensional array, starting at the specified index of the target array.

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

The one-dimensional System.Array that is the destination of the elements copied from RadialMenuItemCollection. The Array must have zero-based indexing.

int index

The zero-based index in array at which copying begins.

Implements