示例#1
0
        public void methodToInternal2Method()
        {
            var c = new TestClassA()
            {
                work = 0
            };

            for (int i = 0; i < iterations; i++)
            {
                c.methodCallDoWork();
            }
        }