Compartilhar via


NSMutableIndexSet.Remove Método

Definição

Sobrecargas

Remove(NSIndexSet)

Remove os índices especificados nesse other conjunto.

Remove(nuint)

Remove um único índice da coleção.

Remove(NSIndexSet)

Remove os índices especificados nesse other 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

O conjunto de índices a serem removidos.

Atributos

Aplica-se a

Remove(nuint)

Remove um único índice da coleção.

[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

O índice a ser removido.

Atributos

Aplica-se a