MonobjcMonobjc Documented Class Library
RemoveObjectForKey Method (key)
NamespacesMonobjc.FoundationNSCacheRemoveObjectForKey(Id)

Removes the value of the specified key in the cache.

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

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveObjectForKey(
	Id key
)
Public Overridable Sub RemoveObjectForKey ( _
	key As Id _
)
public:
virtual void RemoveObjectForKey(
	Id^ key
)
Parameters
key (Id)
The key identifying the value to be removed.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)