Dictionary<TKey,TValue>.ValueCollection.Count Propriedade

Definição

Obtém o número de elementos contidos no Dictionary<TKey,TValue>.ValueCollection.

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

Valor de Propriedade

O número de elementos contidos no Dictionary<TKey,TValue>.ValueCollection.

Implementações

Observações

Recuperar o valor desta propriedade é uma operação O(1).

Aplica-se a