IDeclarationPatternOperation.MatchesNull 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果模式是接受 Null 的表單,則為 True。
例如,在 C# 中,模式 var x
會比對 Null 輸入,而模式 string x
則不會。
public bool MatchesNull { get; }
member this.MatchesNull : bool
Public ReadOnly Property MatchesNull As Boolean