NSMutableOrderedSet.RemoveObjects 方法

定义

重载

RemoveObjects(NSIndexSet)

从此集中删除位于指定索引处的对象。

RemoveObjects(NSObject[])
RemoveObjects(NSRange)

RemoveObjects(NSIndexSet)

从此集中删除位于指定索引处的对象。

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

参数

indexSet
NSIndexSet
属性

适用于

RemoveObjects(NSObject[])

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

参数

objects
NSObject[]
属性

适用于

RemoveObjects(NSRange)

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

参数

range
NSRange
属性

适用于