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