| 
TypedSortedListEx
 TKey
,
 TValue
Clear Method
  | 
 Removes all elements from the collection.
 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 Clear()
 
Public Overridable Sub Clear
 
public:
virtual void Clear()
 
abstract Clear : unit -> unit 
override Clear : unit -> unit 
 
 
 
Implements
 
ICollection
T
Clear
IDictionary
Clear
 
 See Also
See Also