NZBDash.UI.Models.ViewModels.Settings.AlertRules.AlertRules C# (CSharp) Méthode

AlertRules() public méthode

public AlertRules ( ) : System.Collections.Generic
Résultat System.Collections.Generic
        public AlertRules()
        {
            Errors = new Dictionary<string, string>();
        }
AlertRules