NSMutableIndexSet.Remove Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Remove(NSIndexSet) |
Remove os índices especificados nesse |
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