ITree<TKey,TValue>.empty Methode

Definition

Prüft, ob der Container leer ist.

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

Gibt zurück

true, wenn der Container leer ist, andernfalls false.

Hinweise

Weitere Informationen finden Sie unter hash_map::empty (STL/CLR),hash_multimap::empty (STL/CLR),hash_set::empty (STL/CLR) und hash_multiset::empty (STL/CLR).

Gilt für: