NSMutableIndexSet.Remove 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Remove(NSIndexSet) |
删除中指定的 |
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
要删除的索引。
- 属性