AppEvents.Rule.Rule C# (CSharp) 메소드

Rule() 개인적인 메소드

private Rule ( ) : System
리턴 System
        private Rule()
        {
            Operations = new List<Func<UserEventList,bool>>();
        }

Same methods

Rule::Rule ( string name ) : System