NSMutableIndexSet.Add 方法

定义

重载

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

要添加的索引。

属性

适用于