AppEventsWM.RuleSet.Do C# (CSharp) 메소드

Do() 공개 메소드

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

            return this;
        }