Interface IConditionalOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IConditionalOperation : IOperation
Properties
Condition
Declaration
IOperation Condition { get; }
Property Value
| Type | Description |
|---|---|
| IOperation |
IsRef
Declaration
bool IsRef { get; }
Property Value
| Type | Description |
|---|---|
| bool |
WhenFalse
Declaration
IOperation? WhenFalse { get; }
Property Value
| Type | Description |
|---|---|
| IOperation |
WhenTrue
Declaration
IOperation WhenTrue { get; }
Property Value
| Type | Description |
|---|---|
| IOperation |