Click or drag to resize

DocumentNodeAndName(IDocumentLeafNode, String) Constructor

Initializes a new instance of the DocumentNodeAndName class

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DocumentNodeAndName(
	IDocumentLeafNode doc,
	string name
)

Parameters

doc  IDocumentLeafNode

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

name  String

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

See Also