MonobjcMonobjc Documented Class Library
SetSet Method (otherSet)
NamespacesMonobjc.FoundationNSMutableSetSetSet(NSSet)

Empties the receiving set, then adds each object contained in another given set.

Original signature is '- (void)setSet:(NSSet *)otherSet'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetSet(
	NSSet otherSet
)
Public Overridable Sub SetSet ( _
	otherSet As NSSet _
)
public:
virtual void SetSet(
	NSSet^ otherSet
)
Parameters
otherSet (NSSet)
The set whose members replace the receiving set's content.
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)