WebMarkupMin.Yui.Reporters.YuiJsErrorReporter.YuiJsErrorReporter C# (CSharp) Method

YuiJsErrorReporter() public method

Constructs an instance of the YUI JS error reporter
public YuiJsErrorReporter ( ) : System.Collections.Generic
return System.Collections.Generic
        public YuiJsErrorReporter()
        {
            _errors = new List<MinificationErrorInfo>();
            _warnings = new List<MinificationErrorInfo>();
        }