Item 24: Express Callbacks with Delegates(Effective C#)
摘要:
Delegates provide the best way to utilize callbacks at runtime, with simplerrequirements on client classes. You can configure delegate targets at runtime.You can support multiple client targets. Client callbacks should beimplemented using delegates in .NET. 阅读全文
posted @ 2011-02-14 21:10 Ray Z 阅读(154) 评论(0) 推荐(0)