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();
        }