IHash<TKey,TValue>.empty Método

Definição

Testa se não há elementos presentes no contêiner.Tests whether no elements are present in the container.

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

Retornos

Boolean

true se o contêiner não tiver elementos; caso contrário, false.true if the container has no elements; otherwise, false.

Comentários

Para obter mais informações, consulte _ mapa de hash:: vazio (STL/CLR), hash _ MULTIMAP:: Empty (STL/CLR), conjunto de hash _ :: Empty (STL/CLR)e hash _ multiconjunto:: Empty (STL/CLR).For more information, see hash_map::empty (STL/CLR), hash_multimap::empty (STL/CLR), hash_set::empty (STL/CLR), and hash_multiset::empty (STL/CLR).

Aplica-se a