MonobjcMonobjc Documented Class Library
InitWithIndexesInRange Method (indexRange)
NamespacesMonobjc.FoundationNSIndexSetInitWithIndexesInRange(NSRange)

Initializes an allocated NSIndexSet object with an index range.

Original signature is '- (id)initWithIndexesInRange:(NSRange)indexRange'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id InitWithIndexesInRange(
	NSRange indexRange
)
Public Overridable Function InitWithIndexesInRange ( _
	indexRange As NSRange _
) As Id
public:
virtual Id^ InitWithIndexesInRange(
	NSRange indexRange
)
Parameters
indexRange (NSRange)
An index range. Must include only indexes representable as unsigned integers.
Return Value
Initialized NSIndexSet object with 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)