THashSet<T>.Clear Method
Summary
Removes all elements from a
THashSet<T>
object.
Namespace
:
Spring.Collections.Sets
Syntax
Delphi
public procedure Clear; override;
Overrides
TCollectionBase<T>.Clear
See Also
Reference
THashSet<T>
Spring.Collections.Sets