Interface ISwitchExpressionArmOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface ISwitchExpressionArmOperation : IOperation
Properties
Guard
Declaration
IOperation? Guard { get; }
Property Value
| Type | Description |
|---|---|
| IOperation |
Locals
Declaration
ImmutableArray<ILocalSymbol> Locals { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableArray<ILocalSymbol> |
Pattern
Declaration
IPatternOperation Pattern { get; }
Property Value
| Type | Description |
|---|---|
| IPatternOperation |
Value
Declaration
IOperation Value { get; }
Property Value
| Type | Description |
|---|---|
| IOperation |