ITree<TKey,TValue>.size Método

Definição

Conta o número de elementos no contêiner.

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

Retornos

O tamanho da sequência controlada.

Comentários

Para obter mais informações, consulte hash_map::size (STL/CLR),hash_multimap::size (STL/CLR),hash_set::size (STL/CLR) e hash_multiset::size (STL/CLR).

Aplica-se a