久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

成員訪問中的問號在 C# 中是什么意思?

What does the question mark in member access mean in C#?(成員訪問中的問號在 C# 中是什么意思?)
本文介紹了成員訪問中的問號在 C# 中是什么意思?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

問題描述

誰能給我解釋一下下面代碼中成員訪問中的問號是什么意思?

Can someone please explain to me what does the question mark in the member access in the following code means?

它是標準 C# 的一部分嗎?嘗試在 Xamarin Studio 中編譯此文件時出現(xiàn)解析錯誤.

Is it part of standard C#? I get parse errors when trying to compile this file in Xamarin Studio.

this.AnalyzerLoadFailed?.Invoke(this, new AnalyzerLoadFailureEventArgs(AnalyzerLoadFailureEventArgs.FailureErrorCode.NoAnalyzers, null, null));

AnalyzerFileReference.cs 行195

推薦答案

Null Propagation operatorC#6中引入,只有對象this.AnalyzerLoadFailed不為null時才會調(diào)用該方法:

It is Null Propagation operator introduced in C# 6, it will call the method only if object this.AnalyzerLoadFailed is not null:

this.AnalyzerLoadFailed?.Invoke(this, new AnalyzerLoadFailureEventArgs(AnalyzerLoadFailureEventArgs.FailureErrorCode.NoAnalyzers, null, null));

等于:

if( this.AnalyzerLoadFailed != null)
    this.AnalyzerLoadFailed.Invoke(this, new AnalyzerLoadFailureEventArgs(AnalyzerLoadFailureEventArgs.FailureErrorCode.NoAnalyzers, null, null));

參見 C# 6.0 – 空傳播運算符,您也可以在此處

我也曾經(jīng)在 c# 6 中寫過這個即將推出的特性 <強>這里

i also once wrote about this upcoming feature in c# 6 here

這篇關于成員訪問中的問號在 C# 中是什么意思?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權益,請聯(lián)系我們刪除處理,感謝您的支持!

相關文檔推薦

How to check if String is null(如何檢查字符串是否為空)
Equals(item, null) or item == null(Equals(item, null) 或 item == null)
Overriding == operator. How to compare to null?(覆蓋 == 運算符.如何與空值進行比較?)
The || (or) Operator in Linq with C#(||(或)C# 中的 Linq 運算符)
C# null coalescing operator equivalent for c++(C# 空合并運算符等效于 C++)
How to make a value type nullable with .NET XmlSerializer?(如何使用 .NET XmlSerializer 使值類型可以為空?)
主站蜘蛛池模板: 亚洲欧美精品久久 | 亚洲视频中文字幕 | 欧美精品tv | 日韩成人| 国产传媒| 国产成人福利视频在线观看 | 中文字幕在线看 | 久久成人国产精品 | 欧美日韩专区 | 亚洲视频在线观看 | 美女视频黄色片 | 亚洲不卡在线观看 | 欧美日本一区 | 国产成人99久久亚洲综合精品 | 久久精品高清视频 | 欧美在线a | 国产不卡视频 | 99久久精品国产一区二区三区 | 在线成人免费视频 | 有码一区 | 亚洲一区二区三区视频免费观看 | 自拍亚洲 | 91精品国产综合久久久久久丝袜 | 亚洲精品1区 | 国产精品久久久久久久久久久久 | 国产激情网 | 午夜精品一区二区三区免费视频 | 久久久久精 | 一级黄色片免费 | 国产一二区视频 | 亚洲中午字幕 | 久久成人精品视频 | 超碰在线播 | 欧美激情久久久 | 精品免费国产一区二区三区 | 国产精品无码久久久久 | 激情毛片 | 亚洲国产精品激情在线观看 | 日本色综合| 天天操天天天干 | 久久小视频 |