会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
执笔小白
新随笔
订阅
管理
2022年11月15日
C#-FirstOrDefault()返回值是否可能是null
摘要: 1、运行代码: #region 查Default是否可能是null List<string> strs = new List<string>(); string s1=strs.FirstOrDefault(); Console.WriteLine(s1); List<Test1> test1s =
阅读全文
posted @ 2022-11-15 09:02 ꧁执笔小白꧂
阅读(363)
评论(0)
推荐(0)
公告