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

IntToken() public method

Constructor with the specified value.
public IntToken ( int i ) : System
i int
return System
        public IntToken(int i)
            : base(0)
        {
            obj = i;
        }

Same methods

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