IHash<TKey,TValue>.empty Metodo

Definizione

Verifica se nel contenitore non sono presenti elementi.

public:
 bool empty();
public bool empty();
abstract member empty : unit -> bool
Public Function empty () As Boolean

Valori restituiti

true se il contenitore non ha elementi; in caso contrario, false.

Commenti

Per altre informazioni, vedere hash_map::empty (STL/CLR),hash_multimap::empty (STL/CLR), hash_set::empty (STL/CLR) e hash_multiset::empty (STL/CLR).

Si applica a