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

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

protected AppendLine ( string stringValue ) : void
stringValue string
Результат void
        protected void AppendLine(string stringValue)
        {
            Indent();
            Append(stringValue);
            NewLine();
        }