ReadOnlyDictionary<TKey, TValue>.ICollection.Count 屬性

傳回項目的數目在字典中。

命名空間:  Microsoft.TeamFoundation.Client
組件:  Microsoft.TeamFoundation.Client (在 Microsoft.TeamFoundation.Client.dll 中)

語法

'宣告
Private ReadOnly Property Count As Integer
    Implements ICollection.Count
int ICollection.Count { get; }

屬性值

類型:System.Int32
字典中的項目數目。

Implements

ICollection.Count

.NET Framework 安全性

請參閱

參考

ReadOnlyDictionary<TKey, TValue> 類別

Microsoft.TeamFoundation.Client 命名空間