会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
遂古之初
一切从这里开始
博客园
首页
新随笔
联系
订阅
管理
2018年5月2日
为什么R#警告Warning Delegate subtraction has unpredictable result
摘要: 当对委托进行-=操作时,ReSharper会警告如下,代码示例: delegate void MyDel(int value); class Program { public static void Main() { var del1 = new MyDel(Console.Write); del1
阅读全文
posted @ 2018-05-02 23:42 Fallever
阅读(958)
评论(0)
推荐(0)
公告