MonobjcMonobjc Documented Class Library
SetByAddingObjectsFromSet Method (other)
NamespacesMonobjc.FoundationNSSetSetByAddingObjectsFromSet(NSSet)

Returns a new set formed by adding the objects in a given set to the receiving set.

Original signature is '- (NSSet *)setByAddingObjectsFromSet:(NSSet *)other'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSSet SetByAddingObjectsFromSet(
	NSSet other
)
Public Overridable Function SetByAddingObjectsFromSet ( _
	other As NSSet _
) As NSSet
public:
virtual NSSet^ SetByAddingObjectsFromSet(
	NSSet^ other
)
Parameters
other (NSSet)
The set of objects to add to the receiving set.
Return Value
A new set formed by adding the objects in other to the receiving set.
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)