public sCallRegexCondition(CallRegexConditionTypes type, sFieldRegexPair[] regexes, ICallAction[] actions, ICallAction[] antiActions, CallConditionBreakTypes?breakType) { _type = type; _regexes = regexes; _actions = (actions == null ? new ICallAction[0] : actions); _antiActions = (antiActions == null ? new ICallAction[0] : antiActions); _break = breakType; }
public sCallRegexCondition(CallRegexConditionTypes type,sFieldRegexPair[] regexes,ICallAction[] actions,ICallAction[] antiActions,CallConditionBreakTypes? breakType){ _type=type; _regexes=regexes; _actions = (actions == null ? new ICallAction[0] : actions); _antiActions = (antiActions == null ? new ICallAction[0] : antiActions); _break=breakType; }