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