ExprNode Constructor (String) |
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(
string ev
)
Public Sub New (
ev As String
)
public:
ExprNode(
String^ ev
)
new :
ev : string -> ExprNode
Parameters
- ev
- Type: SystemString
[Missing <param name="ev"/> documentation for "M:P.Runtime.ExprNode.#ctor(System.String)"]
See Also