Ariadne.Counter.Counter C# (CSharp) Method

Counter() public method

Creates a new Counter with an initial value of zero.
public Counter ( ) : System
return System
        public Counter()
        {
            _counters = new OffsetInt[ArraySize];
        }

Same methods

Counter::Counter ( int startingValue ) : System