SortedDictionary<TKey,TValue>.ValueCollection.Count Propriété

Définition

Obtient le nombre d’éléments contenus dans le SortedDictionary<TKey,TValue>.ValueCollection.

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

Valeur de propriété

Nombre d'éléments contenus dans SortedDictionary<TKey,TValue>.ValueCollection.

Implémente

Remarques

La récupération de la valeur de cette propriété est une opération O(1).

S’applique à