Boo.Lang.Parser.Tests.Util.SimpleToken.setText C# (CSharp) Method

setText() public method

public setText ( string txt ) : void
txt string
return void
        public override void setText(string txt)
        {
            _buffer = txt;
        }