Removes the object as the specified indexes from the receiver’s current selection, returning YES if the selection was changed.
Original signature is '- (BOOL)removeSelectionIndexes:(NSIndexSet *)indexes'
Available in Mac OS X v10.3 and later.

C# | Visual Basic | Visual C++ |
public virtual bool RemoveSelectionIndexes( NSIndexSet indexes )
Public Overridable Function RemoveSelectionIndexes ( _ indexes As NSIndexSet _ ) As Boolean
public: virtual bool RemoveSelectionIndexes( NSIndexSet^ indexes )

- indexes (NSIndexSet)
- MISSING

[Missing <returns> documentation for "M:Monobjc.AppKit.NSArrayController.RemoveSelectionIndexes(Monobjc.Foundation.NSIndexSet)"]

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)