Click or drag to resize

DocNodeProxy(IDocumentLeafNode, Boolean) Constructor

Initializes a new instance of the DocNodeProxy class

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected DocNodeProxy(
	IDocumentLeafNode docNode,
	bool isCalledFromConstructor
)

Parameters

docNode  IDocumentLeafNode

[Missing <param name="docNode"/> documentation for "M:Altaxo.Main.DocNodeProxy.#ctor(Altaxo.Main.IDocumentLeafNode,System.Boolean)"]

isCalledFromConstructor  Boolean

[Missing <param name="isCalledFromConstructor"/> documentation for "M:Altaxo.Main.DocNodeProxy.#ctor(Altaxo.Main.IDocumentLeafNode,System.Boolean)"]

See Also