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

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

protected Append ( string stringValue ) : void
stringValue string
Результат void
        protected void Append(string stringValue)
        {
            _text.Append(stringValue);
        }