Int32Collection.Remove(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprime un Int32 de la collection.
public:
virtual bool Remove(int value);
public bool Remove(int value);
abstract member Remove : int -> bool
override this.Remove : int -> bool
Public Function Remove (value As Integer) As Boolean
Paramètres
Retours
true si value a été supprimé de la Int32Collection ; sinon, false.