Example #1
0
        public RuleWithStateResult(RuleStateDictionary state = null)
        {
            state ??= new RuleStateDictionary();

            State = state;
        }
 public EvaluateInternalEventArgs(RuleStateDictionary ruleState)
 {
     RuleState = ruleState;
 }