Ancestry.QueryProcessor.Parse.TextEmitter.Indent C# (CSharp) Method

Indent() protected method

protected Indent ( ) : void
return void
        protected void Indent()
        {
            for (int index = 0; index < _indent; index++)
                _text.Append("\t");
        }