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