小可爱

c#中?.的作用

电脑版发表于:2020/3/11 21:33

c#中?.的作用可以减少为空判断,其实就是语法糖。

例如:

.Where(a => a.Type == (int)TNMessageDAL.MessageType.commentsMsg).FirstOrDefault()?.NoReadCount

关于TNBLOG
TNBLOG,技术分享。技术交流:群号677373950
ICP备案 :渝ICP备18016597号-1
App store Android
精彩评论
{{item.replyName}}
{{item.content}}
{{item.time}}
{{subpj.replyName}}
@{{subpj.beReplyName}}{{subpj.content}}
{{subpj.time}}
猜你喜欢