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;
        }