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