コード例 #1
0
 public void SingleMethodInterface()
 {
     IInt32Action action = new Delegates();
     action .DoIt(10);
 }
コード例 #2
0
        public void SingleMethodInterface()
        {
            IInte32Action action = new Delegates();

            action.DoIt(10);
        }