Share via


NSArrayController.Remove Method

Definition

Overloads

Remove(NSIndexSet)

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

Parameters

indexes
NSIndexSet
Attributes

Applies to

Remove(NSObject)

[Foundation.Export("removeObject:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Remove(Foundation.NSObject aObject);
[<Foundation.Export("removeObject:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
override this.Remove : Foundation.NSObject -> unit

Parameters

aObject
NSObject
Attributes

Applies to

Remove(NSObject[])

[Foundation.Export("removeObjects:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Remove(Foundation.NSObject[] objects);
[<Foundation.Export("removeObjects:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
override this.Remove : Foundation.NSObject[] -> unit

Parameters

objects
NSObject[]
Attributes

Applies to