Initializes a new instance of the
AstNode class
Namespace:
P.Runtime
Assembly:
Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public AstNode(
ExprNode node
)
Public Sub New (
node As ExprNode
)
public:
AstNode(
ExprNode^ node
)
new :
node : ExprNode -> AstNode
Parameters
- node
- Type: P.RuntimeExprNode
[Missing <param name="node"/> documentation for "M:P.Runtime.AstNode.#ctor(P.Runtime.ExprNode)"]
See Also