Exemplo n.º 1
0
            public SetValue Function(ArgumentsValue args)
            {
                SetValue set = @this as SetValue;

                if (ReferenceEquals(set, null))
                {
                    throw new YAMPSetsFunctionNotMemberException("SetExcept");
                }

                return(SetValue.TExcept(set, args));
            }
Exemplo n.º 2
0
 public SetValue Function(SetValue set1, ArgumentsValue args)
 {
     return(SetValue.TExcept(set1, args));
 }