System.Configuration.ErrorsHelper.GetHasErrors C# (CSharp) Метод

GetHasErrors() статический приватный Метод

static private GetHasErrors ( List errors ) : bool
errors List
Результат bool
        static internal bool GetHasErrors(List<ConfigurationException> errors) {
            return GetErrorCount(errors) > 0;
        }