Copies a range of elements from this collection to a compatible one-dimensional System.Array, starting at the specified index of the target array.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public void CopyTo ( |
Visual Basic Copy Code |
---|
Public Sub CopyTo( _ |
The one-dimensional Array that is the destination of the elements copied from the current collection.
A 32-bit integer that represents the index in array at which copying begins.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |