DocNodeProxy(IDocumentLeafNode, Boolean) Constructor |
Initializes a new instance of the
DocNodeProxy class for a document node.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected DocNodeProxy(
IDocumentLeafNode docNode,
bool isCalledFromConstructor
)
Parameters
- docNode IDocumentLeafNode
- The document node.
- isCalledFromConstructor Boolean
- A value that indicates whether this overload is called from a constructor of a derived class.
See Also