TQueue<T>.Clear Method
Summary
Removes all elements from the queue.
Namespace
:
Spring.Collections.Queues
Syntax
Delphi
public procedure Clear;
Implements
IQueue<T>.Clear
See Also
Reference
TQueue<T>
Spring.Collections.Queues