public void SingleMethodInterface()
 {
     IInt32Action action = new Delegates();
     action .DoIt(10);
 }
Ejemplo n.º 2
0
        public void SingleMethodInterface()
        {
            IInte32Action action = new Delegates();

            action.DoIt(10);
        }