 | SyntaxTreeShow method |
Places the SyntaxTree as a tree representation in a StringList.
Namespace: NetEti.ExpressionParserAssembly: NetEti.ExpressionParser (in NetEti.ExpressionParser.dll) Version: 1.0.0+20609015c2da6e03a80f381a46b367814c82f34b
Syntaxpublic Cunning<string> Show(
string indent
)
Public Function Show (
indent As String
) As Cunning(Of String)
public:
Cunning<String^>^ Show(
String^ indent
)
member Show :
indent : string -> Cunning<string>
Parameters
- indent String
- Character string for indenting the levels (usually several spaces).
Return value
CunningStringStringList with the multi-line tree display.
See also