共用方式為


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

要移除的索引。

屬性

適用於