NSMutableIndexSet.Remove Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
Remove(NSIndexSet) |
Quita los índices especificados en |
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