OrderedDictionary<TKey,TValue>.Capacity 属性

定义

获取内部数据结构可以在不调整大小的情况下保留的键/值对总数。

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

属性值

适用于