Boo.Lang.Parser.Tests.Util.SimpleToken.SimpleToken C# (CSharp) 메소드

SimpleToken() 공개 메소드

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