Rubberduck.Parsing.Preprocessing.HexNumberLiteralExpression.HexNumberLiteralExpression C# (CSharp) Method

HexNumberLiteralExpression() public method

public HexNumberLiteralExpression ( IExpression tokenText ) : System.Globalization
tokenText IExpression
return System.Globalization
        public HexNumberLiteralExpression(IExpression tokenText)
        {
            _tokenText = tokenText;
        }
HexNumberLiteralExpression