CopyTo
DayTypeCollection.CopyTo method
Copies the elements of this collection to the specified array, starting at the specified array index.
public void CopyTo(DayType[] array, int arrayIndex)
Parameter | Type | Description |
---|---|---|
array | DayType[] | the specified one-dimensional array to copy elements to |
arrayIndex | Int32 | the zero-based index of the specified array at which copying begins. |
See Also
- enum DayType
- class DayTypeCollection
- namespace Aspose.Tasks
- assembly Aspose.Tasks