IHash<TKey,TValue>.size Metodo

Definizione

Conta il numero di elementi nel contenitore.

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

Restituisce

Lunghezza della sequenza controllata.

Commenti

Per altre informazioni, vedere hash_map::size (STL/CLR), hash_multimap::size (STL/CLR), hash_set::size (STL/CLR) e hash_multiset::size (STL/CLR).

Si applica a