Share via


NSMutableArray.RemoveObject(IntPtr) Method

Definition

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

Parameters

index
IntPtr

nativeint

Attributes

Applies to