ITree<TKey,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 ne contient pas d'éléments.
public:
bool empty();
public bool empty();
abstract member empty : unit -> bool
Public Function empty () As Boolean
Retours
true si le conteneur n'a pas d'éléments ; false dans le cas contraire.
Remarques
Pour plus d’informations, consultez hash_map ::empty (STL/CLR),hash_multimap ::empty (STL/CLR),hash_set ::empty (STL/CLR) et hash_multiset ::empty (STL/CLR).