WebMarkupMin.Yui.Reporters.YuiJsErrorReporter.YuiJsErrorReporter C# (CSharp) Méthode

YuiJsErrorReporter() public méthode

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