| ExcludeUnionOfRowSelectionsGetDocumentNodeChildrenWithName Method | 
            Infrastructure: Gets all child nodes of this instance along with its name, and optionally, a method to set the member variable which holds that child node to 
null.
            The returned enumeration is used to (i) provide default implementations for 
GetChildObjectNamed(String) and 
GetNameOfChildObject(IDocumentLeafNode) and (ii) to dispose all
            child objects when this instance (the parent) is disposed.
            
 AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
 Syntax
Syntaxprotected override IEnumerable<DocumentNodeAndName> GetDocumentNodeChildrenWithName()
Return Value
IEnumerableDocumentNodeAndNameEnumeration of all child nodes of this instance along with their name and optionally a method to set the member variable which holds that child node to 
null.
 See Also
See Also