ITree<TKey,TValue>.empty Método

Definição

Testa se não há elementos presentes no contentor.

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

Devoluções

true se o contentor não tiver elementos; caso contrário, false.

Observações

Para mais informações, veja hash_map::empty (STL/CLR),hash_multimap::empty (STL/CLR),hash_set::empty (STL/CLR) e hash_multiset::empty (STL/CLR).

Aplica-se a