Boo.BooLangService.Document.DocumentVisualiser.Output C# (CSharp) Method

Output() public static method

public static Output ( IBooParseTreeNode node ) : string
node IBooParseTreeNode
return string
        public static string Output(IBooParseTreeNode node)
        {
            return Output(node, 0);
        }

Same methods

DocumentVisualiser::Output ( IBooParseTreeNode node, int indentLevel ) : string
DocumentVisualiser