 | SyntaxTreeShowFlat method |
Represents the SyntaxTree as a normalised text expression.
Namespace: NetEti.ExpressionParserAssembly: NetEti.ExpressionParser (in NetEti.ExpressionParser.dll) Version: 1.0.0+20609015c2da6e03a80f381a46b367814c82f34b
SyntaxPublic Function ShowFlat As String
public:
String^ ShowFlat()
member ShowFlat : unit -> string
Return value
StringNormalised text expression for the SyntaxTree.
See also