IPatternCaseClauseOperation.Guard 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
與模式案例子句相關聯的防護。
public:
property Microsoft::CodeAnalysis::IOperation ^ Guard { Microsoft::CodeAnalysis::IOperation ^ get(); };
public Microsoft.CodeAnalysis.IOperation Guard { get; }
public Microsoft.CodeAnalysis.IOperation? Guard { get; }
member this.Guard : Microsoft.CodeAnalysis.IOperation
Public ReadOnly Property Guard As IOperation