NSArrayController.Remove Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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