Interface IForLoopOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IForLoopOperation : ILoopOperation, IOperation
Properties
AtLoopBottom
Declaration
ImmutableArray<IOperation> AtLoopBottom { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableArray<IOperation> |
Before
Declaration
ImmutableArray<IOperation> Before { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableArray<IOperation> |
Condition
Declaration
IOperation? Condition { get; }
Property Value
| Type | Description |
|---|---|
| IOperation |
ConditionLocals
Declaration
ImmutableArray<ILocalSymbol> ConditionLocals { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableArray<ILocalSymbol> |