Returns either the closest index in the index set that is greater than a specific index or the not-found indicator.
Original signature is '- (NSUInteger)indexGreaterThanIndex:(NSUInteger)index'
Available in Mac OS X v10.3 and later.

C# | Visual Basic | Visual C++ |
public virtual NSUInteger IndexGreaterThanIndex( NSUInteger index )
Public Overridable Function IndexGreaterThanIndex ( _ index As NSUInteger _ ) As NSUInteger
public: virtual NSUInteger IndexGreaterThanIndex( NSUInteger index )

- index (NSUInteger)
- Index being inquired about.

Closest index in the index set greater than index; NSNotFound when the index set contains no qualifying index.

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