WebMarkupMin.Yui.Reporters.YuiJsErrorReporter.YuiJsErrorReporter C# (CSharp) 메소드

YuiJsErrorReporter() 공개 메소드

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