NSMutableIndexSet.Remove 方法

定义

重载

Remove(NSIndexSet)

删除中指定的 other 、存在于此集中的索引。

Remove(nuint)

从集合中删除单个索引。

Remove(NSIndexSet)

删除中指定的 other 、存在于此集中的索引。

[Foundation.Export("removeIndexes:")]
public virtual void Remove (Foundation.NSIndexSet other);
abstract member Remove : Foundation.NSIndexSet -> unit
override this.Remove : Foundation.NSIndexSet -> unit

参数

other
NSIndexSet

要删除的索引集。

属性

适用于

Remove(nuint)

从集合中删除单个索引。

[Foundation.Export("removeIndex:")]
public virtual void Remove (nuint index);
abstract member Remove : nuint -> unit
override this.Remove : nuint -> unit

参数

index
System.System.UIntPtr System.unativeint

要删除的索引。

属性

适用于