[]
Copies the entire System.Collections.Generic.List`1 to a compatible one-dimensional array, starting at the specified index of the target array.
public void CopyTo(RadialMenuItemBase[] array, int arrayIndex)
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. |
Copies the entire System.Collections.Generic.List`1 to a compatible one-dimensional array, starting at the specified index of the target array.
public void CopyTo(Array array, int index)
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. |