Copies the elements of the DateCollection to another collection, starting from the specified index.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public void CopyTo ( |
Visual Basic
Copy Code
|
|---|
Public Sub CopyTo( _ |
The target collection to which items should be copied.
Specifies the index at which items should be inserted in the target collection.
See Also