ImmutableSortedDictionary<TKey,TValue>.Count 属性
定义
获取不可变排序字典中键/值对的数目。Gets the number of key/value pairs in the immutable sorted dictionary.
public:
property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer
属性值
字典中键/值对的数目。The number of key/value pairs in the dictionary.