Interface IPatternCaseClauseOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IPatternCaseClauseOperation : ICaseClauseOperation, IOperation
Properties
Guard
Declaration
IOperation? Guard { get; }
Property Value
| Type | Description |
|---|---|
| IOperation |
Label
Declaration
ILabelSymbol Label { get; }
Property Value
| Type | Description |
|---|---|
| ILabelSymbol |
Pattern
Declaration
IPatternOperation Pattern { get; }
Property Value
| Type | Description |
|---|---|
| IPatternOperation |