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

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

protected AppendFormatLine ( string stringValue ) : void
stringValue string
Результат void
        protected void AppendFormatLine(string stringValue, params object[] paramsValue)
        {
            Indent();
            AppendFormat(stringValue, paramsValue);
            NewLine();
        }