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