C# Class Abbotware.Core.Threading.Counters.TypeCreatedCounter

special class that can be used for counting instances of a specific type of an object. This only increments and never decrements. Useful for diagnostics
Use this class in composition with another class.
Datei anzeigen Open project: abbotware/abbotware