Adds the specified objects to the end of the collection.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void AddRange ( |
Visual Basic
Copy Code
|
|---|
Public Sub AddRange( _ |
The objects to add.
See Also