MonobjcMonobjc Documented Class Library
ContainsIndexes Method (indexSet)
NamespacesMonobjc.FoundationNSIndexSetContainsIndexes(NSIndexSet)

Indicates whether the receiving index set contains a superset of the indexes in another index set.

Original signature is '- (BOOL)containsIndexes:(NSIndexSet *)indexSet'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool ContainsIndexes(
	NSIndexSet indexSet
)
Public Overridable Function ContainsIndexes ( _
	indexSet As NSIndexSet _
) As Boolean
public:
virtual bool ContainsIndexes(
	NSIndexSet^ indexSet
)
Parameters
indexSet (NSIndexSet)
Index set being inquired about.
Return Value
YES when the receiving index set contains a superset of the indexes in indexSet, 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)