Share via


IPatternCaseClauseOperation.Guard Property

Definition

Guard associated with the pattern case clause.

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

Property Value

Applies to