NZBDash.UI.Models.ViewModels.Settings.AlertRules.AlertRules C# (CSharp) Метод

AlertRules() публичный Метод

public AlertRules ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public AlertRules()
        {
            Errors = new Dictionary<string, string>();
        }
AlertRules