System.Configuration.ErrorsHelper.GetErrorCount C# (CSharp) Méthode

GetErrorCount() static private méthode

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