Click or drag to resize

NGTreeNode(Boolean) Constructor

Initializes a new instance of the NGTreeNode class

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public NGTreeNode(
	bool lazyLoadChildren
)

Parameters

lazyLoadChildren  Boolean

[Missing <param name="lazyLoadChildren"/> documentation for "M:Altaxo.Collections.NGTreeNode.#ctor(System.Boolean)"]

See Also