Rubberduck.Parsing.Preprocessing.VBAPreprocessor.VBAPreprocessor C# (CSharp) 메소드

VBAPreprocessor() 공개 메소드

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