Show / Hide Table of Contents

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 Source

Clear()

Returns the data structure to an empty state.

Declaration
void Clear()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX