예제 #1
0
        private void M()
        {
            var t = new Test9();

            t.T(() => 3).S(9).T(() => 17 + 1 / 2);
        }
예제 #2
0
        private void M()
        {
            var t = new Test9();

            t.T(3).S(9).T(17 + 1 / 2);
        }