Interface ISwitchOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface ISwitchOperation : IOperation
Properties
Cases
Declaration
ImmutableArray<ISwitchCaseOperation> Cases { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableArray<ISwitchCaseOperation> |
ExitLabel
Declaration
ILabelSymbol ExitLabel { get; }
Property Value
| Type | Description |
|---|---|
| ILabelSymbol |
Locals
Declaration
ImmutableArray<ILocalSymbol> Locals { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableArray<ILocalSymbol> |
Value
Declaration
IOperation Value { get; }
Property Value
| Type | Description |
|---|---|
| IOperation |