Interface IRangeOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IRangeOperation : IOperation
Properties
IsLifted
Declaration
bool IsLifted { get; }
Property Value
| Type | Description |
|---|---|
| bool |
LeftOperand
Declaration
IOperation? LeftOperand { get; }
Property Value
| Type | Description |
|---|---|
| IOperation |
Method
Declaration
IMethodSymbol? Method { get; }
Property Value
| Type | Description |
|---|---|
| IMethodSymbol |
RightOperand
Declaration
IOperation? RightOperand { get; }
Property Value
| Type | Description |
|---|---|
| IOperation |