Share via


NSMutableIndexSet.Remove Method

Definition

Overloads

Name Description
Remove(NSIndexSet)
Remove(UIntPtr)

Removes a single index from the collection.

Remove(NSIndexSet)

[Foundation.Export("removeIndexes:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Remove(Foundation.NSIndexSet other);
[<Foundation.Export("removeIndexes:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Remove : Foundation.NSIndexSet -> unit
override this.Remove : Foundation.NSIndexSet -> unit

Parameters

other
NSIndexSet
Attributes

Applies to

Remove(UIntPtr)

Removes a single index from the collection.

[Foundation.Export("removeIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Remove(UIntPtr index);
[<Foundation.Export("removeIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Remove : unativeint -> unit
override this.Remove : unativeint -> unit

Parameters

index
UIntPtr

unativeint

The index to remove.

Attributes

Applies to