RTools.Util.IntToken.IntToken C# (CSharp) Method

IntToken() public method

Constructor for a 64 bit int
public IntToken ( long l, int line ) : System
l long
line int
return System
        public IntToken(long l, int line)
            : base(line)
        {
            obj = l;
        }

Same methods

IntToken::IntToken ( int i ) : System
IntToken::IntToken ( int i, int line ) : System
IntToken::IntToken ( long i ) : System
IntToken::IntToken ( string s ) : System
IntToken::IntToken ( string s, int line ) : System