Click or drag to resize

NGTreeNodeCollectionAddRange Method

Adds a bunch of nodes.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void AddRange(
	NGTreeNode[] nodes
)

Parameters

nodes  NGTreeNode
Array of nodes to add to this collection.
See Also