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