Ariadne.Counter.Counter C# (CSharp) 메소드

Counter() 공개 메소드

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

Same methods

Counter::Counter ( int startingValue ) : System