SUMTEC -- There's a thing in my bloglet.

But it's not only one. It's many. It's the same as other things but it exactly likes nothing else...

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

2004年6月19日

摘要: delegate void MyInvoker();void Test(MyInvoker Invoker, int SomeOthers){ //... codes here}void Test(object DefaultValue, int SomeOthers){ //... codes here}Test(null, 1);对于这样一个代码,大家说说看会调用哪一个函数?答案是del... 阅读全文
posted @ 2004-06-19 14:02 Sumtec 阅读(1185) 评论(3) 推荐(0)