摘要:一、委托 1、因为委托是一个特殊的类,所以定义委托和定义类一样,可以在命名空间下定义; namespace _06委托的理解 { public delegate void MyDeleget();//第一一个委托 public class MyClass { };//第一个类 } 2、委托可以看成是
阅读全文
posted @ 2017-06-08 18:55
posted @ 2017-06-08 18:55
posted @ 2017-04-24 22:51
posted @ 2016-06-10 14:01