Interface DataStructure.IClearable
Property of a data structure (does it have a Clear method).
Namespace: Towel.DataStructures
Assembly: Towel.dll
Syntax
public interface IClearable
Methods
| Improve this Doc View SourceClear()
Returns the data structure to an empty state.
Declaration
void Clear()