PublicDomain reference library
PublicDomain.CodeCount Namespace
Namespaces > PublicDomain.CodeCount


Syntax
C#Visual Basic
namespace PublicDomain.CodeCount
Namespace PublicDomain.CodeCount
Types
All TypesClassesStructuresInterfacesEnumerationsDelegates
IconTypeDescription
public classCountable
Abstract implementation of ICountable
public classCountableDirectory
Represents a dountable directory
public classCountableFile
Represents a file that is countable
public classCountStream
Abstract stream of countable items
public enumerationCountStreamType
Enumeration of known countable stream types
public classDepthFirstCountStream
Counts a stream depth first
public classDotNetProject
Represents a .NET project which is countable
public classDotNetSolution
Represents a .NET solution which is countable
public interfaceICountable
Represents something that can be counted.