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.

Declaration Syntax
public static NSSet SetWithObjects(
Id firstObj,
params Object[] values
)
Public Shared Function SetWithObjects ( _
firstObj As Id, _
ParamArray values As Object() _
) As NSSet
public:
static NSSet^ SetWithObjects(
Id^ firstObj,
... array<Object^>^ values
)

Parameters
- firstObj (Id)
- MISSING
- values (array<Object>[]()[][])
- MISSING

Return Value
A new set containing the objects in the argument list.

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)
Assembly:
Monobjc.Foundation (Module: Monobjc.Foundation)