共用方式為


IDeclarationPatternOperation.MatchesNull 屬性

定義

如果模式是接受 Null 的表單,則為 True。 例如,在 C# 中,模式 var x 會比對 Null 輸入,而模式 string x 則不會。

public bool MatchesNull { get; }
member this.MatchesNull : bool
Public ReadOnly Property MatchesNull As Boolean

屬性值

適用於