Creates an index set with an index range.
Original signature is '+ (id)indexSetWithIndexesInRange:(NSRange)indexRange'
Available in Mac OS X v10.3 and later.

C# | Visual Basic | Visual C++ |
public static NSIndexSet IndexSetWithIndexesInRange( NSRange indexRange )
Public Shared Function IndexSetWithIndexesInRange ( _ indexRange As NSRange _ ) As NSIndexSet
public: static NSIndexSet^ IndexSetWithIndexesInRange( NSRange indexRange )

- indexRange (NSRange)
- An index range.

NSIndexSet object containing indexRange.

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