ITree<TKey,TValue>.empty Methode

Definition

Überprüft, ob im Container keine Elemente vorhanden sind.

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

Gibt zurück

truewenn der Container keine Elemente enthält; 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: