MonobjcMonobjc Documented Class Library
IntersectsIndexesInRange Method (indexRange)
NamespacesMonobjc.FoundationNSIndexSetIntersectsIndexesInRange(NSRange)

Indicates whether the index set contains any of the indexes in a range.

Original signature is '- (BOOL)intersectsIndexesInRange:(NSRange)indexRange'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool IntersectsIndexesInRange(
	NSRange indexRange
)
Public Overridable Function IntersectsIndexesInRange ( _
	indexRange As NSRange _
) As Boolean
public:
virtual bool IntersectsIndexesInRange(
	NSRange indexRange
)
Parameters
indexRange (NSRange)
Index range being inquired about.
Return Value
YES when the index set contains one or more of the indexes in indexRange, NO otherwise.
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)