Ancestry.QueryProcessor.Parse.TextEmitter.Indent C# (CSharp) Метод

Indent() защищенный Метод

protected Indent ( ) : void
Результат void
        protected void Indent()
        {
            for (int index = 0; index < _indent; index++)
                _text.Append("\t");
        }