MonobjcMonobjc Documented Class Library
RemoveObjectsInArray Method (otherArray)
NamespacesMonobjc.FoundationNSMutableArrayRemoveObjectsInArray(NSArray)

Removes from the receiving array the objects in another given array.

Original signature is '- (void)removeObjectsInArray:(NSArray *)otherArray'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveObjectsInArray(
	NSArray otherArray
)
Public Overridable Sub RemoveObjectsInArray ( _
	otherArray As NSArray _
)
public:
virtual void RemoveObjectsInArray(
	NSArray^ otherArray
)
Parameters
otherArray (NSArray)
An array containing the objects to be removed from the receiving 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)