Babel.Compiler.Report.Report C# (CSharp) Method

Report() public method

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