MonobjcMonobjc Documented Class Library
RemoveObjectInRange Method (anObject, aRange)
NamespacesMonobjc.FoundationNSMutableArrayRemoveObjectInRange(Id, NSRange)

Removes all occurrences within a specified range in the array of a given object.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveObjectInRange(
	Id anObject,
	NSRange aRange
)
Public Overridable Sub RemoveObjectInRange ( _
	anObject As Id, _
	aRange As NSRange _
)
public:
virtual void RemoveObjectInRange(
	Id^ anObject, 
	NSRange aRange
)
Parameters
anObject (Id)
The object to remove from the array's content.
aRange (NSRange)
The range from which to remove anObject.
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)