Поделиться через


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

Добавляемый индекс.

Атрибуты

Применяется к