MonobjcMonobjc Documented Class Library
RemoveObject Method (anObject)
NamespacesMonobjc.FoundationNSMutableArrayRemoveObject(Id)

Removes all occurrences in the array of a given object.

Original signature is '- (void)removeObject:(id)anObject'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveObject(
	Id anObject
)
Public Overridable Sub RemoveObject ( _
	anObject As Id _
)
public:
virtual void RemoveObject(
	Id^ anObject
)
Parameters
anObject (Id)
The object to remove from the array.
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)