Ancestry.QueryProcessor.Parse.TextEmitter.Append C# (CSharp) Method

Append() protected method

protected Append ( string stringValue ) : void
stringValue string
return void
        protected void Append(string stringValue)
        {
            _text.Append(stringValue);
        }