Node.Node

Node()

Initializes a new instance of the Node class.

public Node()

See Also


Node(string, Entity)

Initializes a new instance of the Node class.

public Node(string name, Entity entity)
ParameterTypeDescription
nameStringName.
entityEntityDefault entity.

See Also


Node(string)

Initializes a new instance of the Node class.

public Node(string name)
ParameterTypeDescription
nameStringName.

See Also