AppEvents.Rule.Rule C# (CSharp) Method

Rule() private method

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

Same methods

Rule::Rule ( string name ) : System