Interface ITupleBinaryOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface ITupleBinaryOperation : IOperation
Properties
LeftOperand
Declaration
IOperation LeftOperand { get; }
Property Value
| Type | Description |
|---|---|
| IOperation |
OperatorKind
Declaration
BinaryOperatorKind OperatorKind { get; }
Property Value
| Type | Description |
|---|---|
| BinaryOperatorKind |
RightOperand
Declaration
IOperation RightOperand { get; }
Property Value
| Type | Description |
|---|---|
| IOperation |