Copies the contents of the List to the specified array,
starting at the specified index value.
Namespace:
C1.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
| C# |
|---|
public virtual void CopyTo( Array array, int index ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Sub CopyTo ( _ array As Array, _ index As Integer _ ) |
Parameters
- array
- Type: System..::..Array
The one-dimensional Array that is the destination of the elements copied from ICollection. The Array must have zero-based indexing.
- index
- Type: System..::..Int32
The zero-based index in the array at which the copying begins.