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

Boolean

true, wenn der Container leer ist, andernfalls false.

Hinweise

Weitere Informationen finden Sie unter Hash _ map:: Empty (STL/CLR), Hash _ multimap:: Empty (STL/CLR), _ HashSet:: Empty (STL/CLR)und Hash _ multiset:: Empty (STL/CLR).

Gilt für: