Interface IWhileLoopOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IWhileLoopOperation : ILoopOperation, IOperation
Properties
Condition
Declaration
IOperation? Condition { get; }
Property Value
| Type | Description |
|---|---|
| IOperation |
ConditionIsTop
Declaration
bool ConditionIsTop { get; }
Property Value
| Type | Description |
|---|---|
| bool |
ConditionIsUntil
Declaration
bool ConditionIsUntil { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IgnoredCondition
Declaration
IOperation? IgnoredCondition { get; }
Property Value
| Type | Description |
|---|---|
| IOperation |