Edit

Share via


NSArrayController.Remove Method

Definition

Overloads

Remove(NSIndexSet)
Remove(NSObject)
Remove(NSObject[])

Remove(NSIndexSet)

[Foundation.Export("removeObjectsAtArrangedObjectIndexes:")]
public virtual void Remove (Foundation.NSIndexSet indexes);
override this.Remove : Foundation.NSIndexSet -> unit

Parameters

indexes
NSIndexSet
Attributes

Applies to

Remove(NSObject)

[Foundation.Export("removeObject:")]
public virtual void Remove (Foundation.NSObject aObject);
override this.Remove : Foundation.NSObject -> unit

Parameters

aObject
NSObject
Attributes

Applies to

Remove(NSObject[])

[Foundation.Export("removeObjects:")]
public virtual void Remove (Foundation.NSObject[] objects);
override this.Remove : Foundation.NSObject[] -> unit

Parameters

objects
NSObject[]
Attributes

Applies to