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