Share via


NSMutableIndexSet.Remove Método

Definición

Sobrecargas

Remove(NSIndexSet)

Quita los índices especificados en other que existen en este conjunto.

Remove(nuint)

Quita un único índice de la colección.

Remove(NSIndexSet)

Quita los índices especificados en other que existen en este conjunto.

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

Parámetros

other
NSIndexSet

Conjunto de índices que se van a quitar.

Atributos

Se aplica a

Remove(nuint)

Quita un único índice de la colección.

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

Parámetros

index
System.System.UIntPtr System.unativeint

Índice que se va a quitar.

Atributos

Se aplica a