Click or drag to resize

DocNodeProxy(IDocumentLeafNode, Boolean) Constructor

Initializes a new instance of the DocNodeProxy class for a document node.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected 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