Babel.Compiler.Report.Report C# (CSharp) 메소드

Report() 공개 메소드

public Report ( ) : System
리턴 System
        public Report()
        {
            errors = 0;
            warnings = 0;
        }