C#中委托从1.0到4.0的演变
我知道这是一个简单的问题。我对不同版本的委托改进有点困惑。
我需要在这里澄清一下。
- .Net 1.0中如何引入委托?
- 不同版本如何改进?
- 相比改进有什么好处?
任何链接或示例代码都会有帮助。
我得到了解释不同版本的其他概念的链接 这里。
I know this is simple question. I am little bit confused with the delegate improvement over the different versions.
I need some clarification here.
- How the delegate is introduced in .Net 1.0?
- How it is improved with different versions?
- What are the benefits over the improvement?
Any link or sample code would be helpful.
I got the link which is explaining other concept over the different version here.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
他们还是一样。
在 C# 2 中,对缓存创建的委托进行了一些优化,但仅此而已。
They are still the same.
In C# 2, there was some optimizations caching created delegates, but that is about it.