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