Share via


NSMutableIndexSet.Add Método

Definición

Sobrecargas

Add(NSIndexSet)

Agrega un conjunto existente de índices a este conjunto.

Add(nuint)

Agrega un único índice al conjunto existente.

Add(NSIndexSet)

Agrega un conjunto existente de índices a este conjunto.

[Foundation.Export("addIndexes:")]
public virtual void Add (Foundation.NSIndexSet other);
abstract member Add : Foundation.NSIndexSet -> unit
override this.Add : Foundation.NSIndexSet -> unit

Parámetros

other
NSIndexSet

Conjunto existente de índices que se van a agregar.

Atributos

Se aplica a

Add(nuint)

Agrega un único índice al conjunto existente.

[Foundation.Export("addIndex:")]
public virtual void Add (nuint index);
abstract member Add : nuint -> unit
override this.Add : nuint -> unit

Parámetros

index
System.System.UIntPtr System.unativeint

Índice que se va a agregar.

Atributos

Se aplica a