| 
TypedSortedListEx
 TKey
,
 TValue
TrimToSize Method
  | 
 Sets the capacity to the actual number of elements.
 Namespace:
 Spire.Doc.Collections
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public virtual void TrimToSize()
 
Public Overridable Sub TrimToSize
 
public:
virtual void TrimToSize()
 
abstract TrimToSize : unit -> unit 
override TrimToSize : unit -> unit 
 
 
 
 
 See Also
See Also