MonobjcMonobjc Documented Class Library
RemoveObjectsAtIndexes Method (indexes)
NamespacesMonobjc.FoundationNSMutableArrayRemoveObjectsAtIndexes(NSIndexSet)

Removes the objects at the specified indexes from the array.

Original signature is '- (void)removeObjectsAtIndexes:(NSIndexSet *)indexes'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveObjectsAtIndexes(
	NSIndexSet indexes
)
Public Overridable Sub RemoveObjectsAtIndexes ( _
	indexes As NSIndexSet _
)
public:
virtual void RemoveObjectsAtIndexes(
	NSIndexSet^ indexes
)
Parameters
indexes (NSIndexSet)
The indexes of the objects to remove from the array. The locations specified by indexes must lie within the bounds of 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)