System.Configuration.ErrorsHelper.GetErrorCount C# (CSharp) 메소드

GetErrorCount() 정적인 개인적인 메소드

static private GetErrorCount ( List errors ) : int
errors List
리턴 int
        static internal int GetErrorCount(List<ConfigurationException> errors) {
            return (errors != null) ? errors.Count : 0;
        }