Interface IForEachLoopOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IForEachLoopOperation : ILoopOperation, IOperation
Properties
Collection
Declaration
IOperation Collection { get; }
Property Value
| Type | Description |
|---|---|
| IOperation |
IsAsynchronous
Declaration
bool IsAsynchronous { get; }
Property Value
| Type | Description |
|---|---|
| bool |
LoopControlVariable
Declaration
IOperation LoopControlVariable { get; }
Property Value
| Type | Description |
|---|---|
| IOperation |
NextVariables
Declaration
ImmutableArray<IOperation> NextVariables { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableArray<IOperation> |