Exemplo n.º 1
0
        public void ExtMethod(int num)
        {
            Nested n = new Nested();

            n.Method(num);
        }