public SetValue Function(ArgumentsValue args) { SetValue set = @this as SetValue; if (ReferenceEquals(set, null)) { throw new YAMPSetsFunctionNotMemberException("SetExcept"); } return(SetValue.TExcept(set, args)); }
public SetValue Function(SetValue set1, ArgumentsValue args) { return(SetValue.TExcept(set1, args)); }