MonobjcMonobjc Documented Class Library
MutableSetValueForKey Method (key)
NamespacesMonobjc.FoundationNSObjectMutableSetValueForKey(NSString)

Returns a mutable set proxy that provides read-write access to the unordered to-many relationship specified by a given key.

Original signature is '- (NSMutableSet *)mutableSetValueForKey:(NSString *)key'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSMutableSet MutableSetValueForKey(
	NSString key
)
Public Overridable Function MutableSetValueForKey ( _
	key As NSString _
) As NSMutableSet
public:
virtual NSMutableSet^ MutableSetValueForKey(
	NSString^ key
)
Parameters
key (NSString)
The name of an unordered to-many relationship.
Return Value
A mutable set that provides read-write access to the unordered to-many relationship specified by key.
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)