ITree<TKey,TValue>.empty Método

Definición

Prueba si no hay ningún elemento en el contenedor.

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

Devoluciones

Es true si el contenedor no tiene elementos; de lo contrario, es false.

Comentarios

Para obtener más información, vea hash_map::empty (STL/CLR),hash_multimap::empty (STL/CLR),hash_set::empty (STL/CLR) y hash_multiset::empty (STL/CLR)).

Se aplica a