Creates and returns a set containing the objects in a given argument list.
Original signature is '+ (id)setWithObjects:(id)firstObj...'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public static NSCountedSet SetWithObjects( Id firstObj, params Object[] values )
Public Shared Function SetWithObjects ( _ firstObj As Id, _ ParamArray values As Object() _ ) As NSCountedSet
public: static NSCountedSet^ SetWithObjects( Id^ firstObj, ... array<Object^>^ values )

A new set containing the objects in the argument list.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)