AppEventsWM.RuleSet.Do C# (CSharp) Method

Do() public method

public Do ( Action action ) : RuleSet
action Action
return RuleSet
        public RuleSet Do(Action<RuleSet> action)
        {
            Action = action;

            return this;
        }