ReadOnlyDictionary<TKey,TValue>.Count 属性
定义
获取字典中项的数目。Gets the number of items in the dictionary.
public:
property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer
属性值
- Int32
字典中的项数。The number of items in the dictionary.
实现
适用于