示例#1
0
        public void ExtMethod(int num)
        {
            Nested n = new Nested();

            n.Method(num);
        }