MonobjcMonobjc Documented Class Library
IndexGreaterThanIndex Method (index)
NamespacesMonobjc.FoundationNSIndexSetIndexGreaterThanIndex(NSUInteger)

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSUInteger IndexGreaterThanIndex(
	NSUInteger index
)
Public Overridable Function IndexGreaterThanIndex ( _
	index As NSUInteger _
) As NSUInteger
public:
virtual NSUInteger IndexGreaterThanIndex(
	NSUInteger index
)
Parameters
index (NSUInteger)
Index being inquired about.
Return Value
Closest index in the index set greater than index; NSNotFound when the index set contains no qualifying index.
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)