NSMutableIndexSet.Add Method

Definition

Overloads

Add(NSIndexSet)

Adds an existing set of indexes to this set.

Add(nuint)

Adds a single index to the existing set.

Add(NSIndexSet)

Adds an existing set of indexes to this set.

[Foundation.Export("addIndexes:")]
public virtual void Add (Foundation.NSIndexSet other);
abstract member Add : Foundation.NSIndexSet -> unit
override this.Add : Foundation.NSIndexSet -> unit

Parameters

other
NSIndexSet

The existing set of indexes to add.

Attributes

Applies to

Add(nuint)

Adds a single index to the existing set.

[Foundation.Export("addIndex:")]
public virtual void Add (nuint index);
abstract member Add : nuint -> unit
override this.Add : nuint -> unit

Parameters

index
System.System.UIntPtr System.unativeint

The index to add.

Attributes

Applies to