Click or drag to resize

AstNode Constructor

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
)

Parameters

node
Type: P.RuntimeExprNode

[Missing <param name="node"/> documentation for "M:P.Runtime.AstNode.#ctor(P.Runtime.ExprNode)"]

See Also