IHash<TKey,TValue>.size Metod

Definition

Räknar antalet element i containern.

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

Returer

Längden på den kontrollerade sekvensen.

Kommentarer

Mer information finns i hash_map::size (STL/CLR), hash_multimap::size (STL/CLR), hash_set::size (STL/CLR), and hash_multiset::size (STL/CLR).

Gäller för