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

OctNumberLiteralExpression() public method

public OctNumberLiteralExpression ( IExpression tokenText ) : System
tokenText IExpression
return System
        public OctNumberLiteralExpression(IExpression tokenText)
        {
            _tokenText = tokenText;
        }
OctNumberLiteralExpression