IHash<TKey,TValue>.size Método

Definición

Cuenta el número de elementos del contenedor.

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

Devoluciones

Longitud de la secuencia controlada.

Comentarios

Para obtener más información, vea hash_map::size (STL/CLR),hash_multimap::size (STL/CLR),hash_set::size (STL/CLR) y hash_multiset::size (STL/CLR)).

Se aplica a