IStack<TValue,TCont>.empty Metod

Definition

Avgör om containern inte innehåller några element.

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

Returer

trueom containern inte innehåller några element; annars . false

Kommentarer

Mer information finns i stack::empty (STL/CLR).

Gäller för