Język

SortedDictionary<TKey,TValue>.ValueCollection.Count Właściwość

Definicja

Pobiera liczbę elementów zawartych w obiekcie SortedDictionary<TKey,TValue>.ValueCollection.

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

Wartość właściwości

Liczba elementów zawartych w elem.SortedDictionary<TKey,TValue>.ValueCollection

Implementuje

Uwagi

Pobieranie wartości tej właściwości jest operacją O(1).

Dotyczy