MonobjcMonobjc Documented Class Library
IndexSetWithIndexesInRange Method (indexRange)
NamespacesMonobjc.FoundationNSIndexSetIndexSetWithIndexesInRange(NSRange)

Creates an index set with an index range.

Original signature is '+ (id)indexSetWithIndexesInRange:(NSRange)indexRange'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSIndexSet IndexSetWithIndexesInRange(
	NSRange indexRange
)
Public Shared Function IndexSetWithIndexesInRange ( _
	indexRange As NSRange _
) As NSIndexSet
public:
static NSIndexSet^ IndexSetWithIndexesInRange(
	NSRange indexRange
)
Parameters
indexRange (NSRange)
An index range.
Return Value
NSIndexSet object containing indexRange.
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)