MonobjcMonobjc Documented Class Library
RemoveObjectIdenticalToInRange Method (anObject, aRange)
NamespacesMonobjc.FoundationNSMutableArrayRemoveObjectIdenticalToInRange(Id, NSRange)

Removes all occurrences of anObject within the specified range in the array.

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

Available in Mac OS X v10.0 and later.

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