Share via


NSMutableArray.RemoveObjectsAtIndexes(NSIndexSet) Method

Definition

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

Parameters

indexSet
NSIndexSet
Attributes

Applies to