NSMutableIndexSet.Add 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Add(NSIndexSet) |
将一组现有的索引添加到此集。 |
Add(nuint) |
将单个索引添加到现有集。 |
Add(NSIndexSet)
将一组现有的索引添加到此集。
[Foundation.Export("addIndexes:")]
public virtual void Add (Foundation.NSIndexSet other);
abstract member Add : Foundation.NSIndexSet -> unit
override this.Add : Foundation.NSIndexSet -> unit
参数
- other
- NSIndexSet
要添加的现有索引集。
- 属性
适用于
Add(nuint)
将单个索引添加到现有集。
[Foundation.Export("addIndex:")]
public virtual void Add (nuint index);
abstract member Add : nuint -> unit
override this.Add : nuint -> unit
参数
- index
- System.System.UIntPtr System.unativeint
要添加的索引。
- 属性