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

IntToken() public method

Constructor with the specified value.
public IntToken ( string s ) : System
s string
return System
        public IntToken(string s)
            : base(0)
        {
            Parse(s);
        }

Same methods

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