Show / Hide Table of Contents

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 Source

Count

Gets the current count of the data structure.

Declaration
int Count { get; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX