CompositeNodeBase Constructor (NodeType)

Aspose.Note for .NET API

CompositeNodeBase Constructor (NodeType)

Initializes a new instance of the CompositeNodeBase class.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
protected CompositeNodeBase(
	NodeType nodeType
)
Protected Sub New ( 
	nodeType As NodeType
)
protected:
CompositeNodeBase(
	NodeType nodeType
)
new : 
        nodeType : NodeType -> CompositeNodeBase

Parameters

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