SuspendableDocumentNodeEnumerateFromHereToLeaves Method |
Enumerates all document node including this node, its child nodes, its child-child nodes up to the leaf nodes.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IEnumerable<IDocumentLeafNode> EnumerateFromHereToLeaves()
Return Value
IEnumerableIDocumentLeafNodeEnumeration of all document nodes starting with this node, up to the leaf nodes.
See Also