Dictionary<TKey,TValue>.ValueCollection.Count Properti

Definisi

Mendapatkan jumlah elemen yang terkandung dalam Dictionary<TKey,TValue>.ValueCollection.

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

Nilai Properti

Jumlah elemen yang terkandung dalam Dictionary<TKey,TValue>.ValueCollection.

Penerapan

Keterangan

Mengambil nilai properti ini adalah operasi O(1).

Berlaku untuk