QuTLParserPrint Method (AstNode) |
[Missing <summary> documentation for "M:P.Runtime.QuTLParser.Print(P.Runtime.AstNode)"]
Namespace:
P.Runtime
Assembly:
Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static void Print(
AstNode root
)
Public Shared Sub Print (
root As AstNode
)
public:
static void Print(
AstNode^ root
)
static member Print :
root : AstNode -> unit
Parameters
- root
- Type: P.RuntimeAstNode
[Missing <param name="root"/> documentation for "M:P.Runtime.QuTLParser.Print(P.Runtime.AstNode)"]
See Also