Click or drag to resize

OrderedDictionaryTKey, TValueTrimExcess Method

Overload List
  Name Description
Public method TrimExcess Sets the capacity of an OrderedDictionaryTKey, TValue object to the actual number of elements it contains, rounded up to a nearby, implementation-specific value.
Public method TrimExcess(Int32) Sets the capacity of an OrderedDictionaryTKey, TValue object to the specified capacity, rounded up to a nearby, implementation-specific value.
Top
See Also