NSIndexSet.Contains Method

Definition

Overloads

Contains(NSIndexSet)

Whether this NSIndexSet contains all the specified indices.

Contains(nuint)

Contains(NSIndexSet)

Whether this NSIndexSet contains all the specified indices.

[Foundation.Export("containsIndexes:")]
public virtual bool Contains (Foundation.NSIndexSet indexes);
abstract member Contains : Foundation.NSIndexSet -> bool
override this.Contains : Foundation.NSIndexSet -> bool

Parameters

indexes
NSIndexSet

Returns

Attributes

Applies to

Contains(nuint)

[Foundation.Export("containsIndex:")]
public virtual bool Contains (nuint index);
abstract member Contains : nuint -> bool
override this.Contains : nuint -> bool

Parameters

index
System.System.UIntPtr System.unativeint

Returns

Attributes

Applies to