DocumentNodeAndName(IDocumentLeafNode, Action, String) Constructor |
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic DocumentNodeAndName(
IDocumentLeafNode doc,
Action setMemberToNullAction,
string name
)
Parameters
- doc IDocumentLeafNode
- The document node.
- setMemberToNullAction Action
- The action that clears the member reference holding the node.
- name String
- The name of the node.
See Also