Click or drag to resize

SyntaxTreeShow method

Places the SyntaxTree as a tree representation in a StringList.

Namespace: NetEti.ExpressionParser
Assembly: NetEti.ExpressionParser (in NetEti.ExpressionParser.dll) Version: 1.0.0+20609015c2da6e03a80f381a46b367814c82f34b
Syntax
public Cunning<string> Show(
	
	string indent
)

Parameters

indent  String
Character string for indenting the levels (usually several spaces).

Return value

CunningString
StringList with the multi-line tree display.
See also