C#中,两个事件的叠加,结果会如何?
摘要: 前段参加了个面试,C#中,两个事件叠加,如下
t.EventTest += delegate { Console.WriteLine("111"); };
t.EventTest += delegate { Console.WriteLine("222"); };
其输出结果会是什么样的?
阅读全文
posted @
2007-04-13 16:09 Jack Niu 阅读(536) |
评论 (4) 编辑
设计模式(Design Pattern)扫盲
摘要: 前两天我们头让我给面试个人,特整理了些资料,供大家参考.(不管是面试别人,还是被面试,呵呵)
阅读全文
posted @
2007-03-12 11:23 Jack Niu 阅读(605) |
评论 (1) 编辑