MonobjcMonobjc Documented Class Library
RemoveObjectsAtArrangedObjectIndexes Method (indexes)
NamespacesMonobjc.AppKitNSArrayControllerRemoveObjectsAtArrangedObjectIndexes(NSIndexSet)

Removes the objects at the specified indexes in the receiver’s arranged objects from the content array.

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

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveObjectsAtArrangedObjectIndexes(
	NSIndexSet indexes
)
Public Overridable Sub RemoveObjectsAtArrangedObjectIndexes ( _
	indexes As NSIndexSet _
)
public:
virtual void RemoveObjectsAtArrangedObjectIndexes(
	NSIndexSet^ indexes
)
Parameters
indexes (NSIndexSet)
MISSING
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.AppKit (Module: Monobjc.AppKit)