Click or drag to resize

DocumentNodeAndName(IDocumentLeafNode, Action, 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,
	Action setMemberToNullAction,
	string name
)

Parameters

doc  IDocumentLeafNode
The document node.
setMemberToNullAction  Action
The action that clears the member reference holding the node.
name  String
The name of the node.
See Also