NGTreeNodeCollectionAddRange Method |
Adds a bunch of nodes.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax void AddRange(
NGTreeNode[] nodes
)
Parameters
- nodes NGTreeNode
- Array of nodes to add to this collection.
See Also