IQueue<TValue,TCont>.size Metoda

Definice

Spočítá počet prvků v kontejneru.

public:
 int size();
public int size ();
abstract member size : unit -> int
Public Function size () As Integer

Návraty

Délka řízené sekvence.

Poznámky

Další informace najdete v tématu queue::size (STL/CLR).

Platí pro