Share via


NSMutableOrderedSet.Remove(IntPtr) Method

Definition

Removes the object at the specified index.

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

Parameters

index
IntPtr

nativeint

Attributes

Applies to