ExprNode Constructor (Int32) |
Initializes a new instance of the
ExprNode class
Namespace:
P.Runtime
Assembly:
Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ExprNode(
int vl
)
Public Sub New (
vl As Integer
)
public:
ExprNode(
int vl
)
new :
vl : int -> ExprNode
Parameters
- vl
- Type: SystemInt32
[Missing <param name="vl"/> documentation for "M:P.Runtime.ExprNode.#ctor(System.Int32)"]
See Also