CompositeNodeBase Constructor (NodeType)

Initializes a new instance of the CompositeNodeBase class.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 20.3
Syntax
protected CompositeNodeBase(
	NodeType nodeType
)

Parameters

nodeType
Type: Aspose.NoteNodeType
The type of the node.
See Also