Click or drag to resize

SuspendableDocumentNodeEnumerateFromHereToLeaves Method

Enumerates all document node including this node, its child nodes, its child-child nodes up to the leaf nodes.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IEnumerable<IDocumentLeafNode> EnumerateFromHereToLeaves()

Return Value

IEnumerableIDocumentLeafNode
Enumeration of all document nodes starting with this node, up to the leaf nodes.
See Also