IVector<TValue>.empty 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.
Teste si le conteneur n’a aucun élément.
public:
bool empty();
public bool empty();
abstract member empty : unit -> bool
Public Function empty () As Boolean
Retours
true si le conteneur n’a aucun élément ; sinon, false.
Remarques
Pour plus d’informations, consultez vector ::empty (STL/CLR).