MonobjcMonobjc Documented Class Library
CountOfIndexesInRange Method (indexRange)
NamespacesMonobjc.FoundationNSIndexSetCountOfIndexesInRange(NSRange)

Returns the number of indexes in the index set that are members of a given range.

Original signature is '- (NSUInteger)countOfIndexesInRange:(NSRange)indexRange'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSUInteger CountOfIndexesInRange(
	NSRange indexRange
)
Public Overridable Function CountOfIndexesInRange ( _
	indexRange As NSRange _
) As NSUInteger
public:
virtual NSUInteger CountOfIndexesInRange(
	NSRange indexRange
)
Parameters
indexRange (NSRange)
Index range being inquired about.
Return Value
Number of indexes in the index set that are members of 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)