NSMutableOrderedSet.RemoveObjects Method

Definition

Overloads

RemoveObjects(NSIndexSet)

Removes the objects at the specified indices from this set.

RemoveObjects(NSObject[])
RemoveObjects(NSRange)

RemoveObjects(NSIndexSet)

Removes the objects at the specified indices from this set.

[Foundation.Export("removeObjectsAtIndexes:")]
public virtual void RemoveObjects (Foundation.NSIndexSet indexSet);
abstract member RemoveObjects : Foundation.NSIndexSet -> unit
override this.RemoveObjects : Foundation.NSIndexSet -> unit

Parameters

indexSet
NSIndexSet
Attributes

Applies to

RemoveObjects(NSObject[])

[Foundation.Export("removeObjectsInArray:")]
public virtual void RemoveObjects (Foundation.NSObject[] objects);
abstract member RemoveObjects : Foundation.NSObject[] -> unit
override this.RemoveObjects : Foundation.NSObject[] -> unit

Parameters

objects
NSObject[]
Attributes

Applies to

RemoveObjects(NSRange)

[Foundation.Export("removeObjectsInRange:")]
public virtual void RemoveObjects (Foundation.NSRange range);
abstract member RemoveObjects : Foundation.NSRange -> unit
override this.RemoveObjects : Foundation.NSRange -> unit

Parameters

range
NSRange
Attributes

Applies to