Example #1
0
            void Check()
            {
                var v = counter.GetValue();

                this.Assert(v == 0);
            }
Example #2
0
 object GetValueCore(params object[] args)
 {
     return(m_counter.GetValue());
 }