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

SimpleToken() public method

public SimpleToken ( int type, string txt ) : System
type int
txt string
return System
        public SimpleToken(int type, string txt)
            : base(type, txt)
        {
        }