NSMutableIndexSet.Remove Method

Definition

Overloads

Remove(NSIndexSet)

Removes the indexes specified in other that exist in this set.

Remove(nuint)

Removes a single index from the collection.

Remove(NSIndexSet)

Removes the indexes specified in other that exist in this set.

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

Parameters

other
NSIndexSet

The set of indexes to remove.

Attributes

Applies to

Remove(nuint)

Removes a single index from the collection.

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

Parameters

index
System.System.UIntPtr System.unativeint

The index to remove.

Attributes

Applies to