MonobjcMonobjc Documented Class Library
RemoveObjectForKey Method (aKey)
NamespacesMonobjc.FoundationNSMapTableRemoveObjectForKey(Id)

Removes a given key and its associated value from the map table.

Original signature is '- (void)removeObjectForKey:(id)aKey'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveObjectForKey(
	Id aKey
)
Public Overridable Sub RemoveObjectForKey ( _
	aKey As Id _
)
public:
virtual void RemoveObjectForKey(
	Id^ aKey
)
Parameters
aKey (Id)
The key to remove.
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)