public void Quitar(Restricciones restriccion) { if (restricciones.Existeix(restriccion)) { restricciones.Elimina(restriccion); } if (restriccion.Equals(Restricciones.Enumeration)) { elementosEnumerados.Buida(); } }
public void RemoveAll() { fragments.Buida(); }