Click or drag to resize

DocumentNodeAndName(IDocumentLeafNode, String) Constructor

Initializes a new instance of the DocumentNodeAndName struct.

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

Parameters

doc  IDocumentLeafNode
The document node.
name  String
The name of the node.
See Also