Class DebugLongCollection
- Namespace
- SunamoDebugCollection
- Assembly
- SunamoDebugCollection.dll
A specialized debug collection for long integer values with statistical tracking capabilities.
public class DebugLongCollection : DebugCollection<long>, IList<long>, ICollection<long>, IReadOnlyList<long>, IReadOnlyCollection<long>, IEnumerable<long>, IList, ICollection, IEnumerable
- Inheritance
-
DebugLongCollection
- Implements
- Inherited Members
- Extension Methods
Methods
Add(long)
Adds a long value to the collection and tracks statistics every 100 items in debug mode.
public void Add(long value)
Parameters
valuelongThe long value to add to the collection.