TStack<T>.Clear Method
Summary
Removes all elements from the stack.
Namespace
:
Spring.Collections.Stacks
Syntax
Delphi
public procedure Clear;
Implements
IStack<T>.Clear
See Also
Reference
TStack<T>
Spring.Collections.Stacks