IStack<TValue,TCont>.empty Methode

Definition

Bestimmt, ob der Container keine Elemente enthält.

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 stack::empty (STL/CLR).

Gilt für: