MonobjcMonobjc Documented Class Library
RemoveObjectsInRange Method (aRange)
NamespacesMonobjc.FoundationNSMutableArrayRemoveObjectsInRange(NSRange)

Removes from the array each of the objects within a given range.

Original signature is '- (void)removeObjectsInRange:(NSRange)aRange'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveObjectsInRange(
	NSRange aRange
)
Public Overridable Sub RemoveObjectsInRange ( _
	aRange As NSRange _
)
public:
virtual void RemoveObjectsInRange(
	NSRange aRange
)
Parameters
aRange (NSRange)
The range of the objects 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)