OrderedDictionaryTKey, TValueTrimExcess(Int32) Method
Namespace: Gemstone.CollectionsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
public void TrimExcess(
int capacity
)
Public Sub TrimExcess (
capacity As Integer
)
public:
void TrimExcess(
int capacity
)
function TrimExcess(capacity);
Parameters
- capacity Int32
- The number of elements that the OrderedDictionaryTKey, TValue must be able to contain.
ArgumentOutOfRangeException | capacity is less than Count. |