[Missing <summary> documentation for "P:P.Runtime.ExprNode.Type"]
Namespace:
P.Runtime
Assembly:
Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public AstNodeType Type { get; set; }
Public Property Type As AstNodeType
Get
Set
public:
property AstNodeType Type {
AstNodeType get ();
void set (AstNodeType value);
}
member Type : AstNodeType with get, set
Property Value
Type:
AstNodeTypeSee Also