Interface DataStructure.ICountable
Property of a data structure (does it have a Count method).
Namespace: Towel.DataStructures
Assembly: Towel.dll
Syntax
public interface ICountable
Properties
| Improve this Doc View SourceCount
Gets the current count of the data structure.
Declaration
int Count { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |