| C# | Visual Basic |
namespace PublicDomain.CodeCount
Namespace PublicDomain.CodeCount
| All Types | Classes | Structures | Interfaces | Enumerations | Delegates |
| Icon | Type | Description |
|---|---|---|
| Countable |
Abstract implementation of ICountable | |
| CountableDirectory |
Represents a dountable directory
| |
| CountableFile |
Represents a file that is countable
| |
| CountStream |
Abstract stream of countable items
| |
| CountStreamType |
Enumeration of known countable stream types
| |
| DepthFirstCountStream |
Counts a stream depth first
| |
| DotNetProject |
Represents a .NET project which is countable
| |
| DotNetSolution |
Represents a .NET solution which is countable
| |
| ICountable |
Represents something that can be counted.
|