Interface ISwitchExpressionOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface ISwitchExpressionOperation : IOperation
Properties
Arms
Declaration
ImmutableArray<ISwitchExpressionArmOperation> Arms { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableArray<ISwitchExpressionArmOperation> |
IsExhaustive
Declaration
bool IsExhaustive { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Value
Declaration
IOperation Value { get; }
Property Value
| Type | Description |
|---|---|
| IOperation |