Ancestry.QueryProcessor.Parse.TextEmitter.AppendFormat C# (CSharp) 메소드

AppendFormat() 보호된 메소드

protected AppendFormat ( string stringValue ) : void
stringValue string
리턴 void
        protected void AppendFormat(string stringValue, params object[] paramsValue)
        {
            _text.AppendFormat(stringValue, paramsValue);
        }