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

VBAPreprocessor() public method

public VBAPreprocessor ( double vbaVersion ) : Antlr4.Runtime
vbaVersion double
return Antlr4.Runtime
        public VBAPreprocessor(double vbaVersion)
        {
            _vbaVersion = vbaVersion;
        }