Interface IBinaryPatternOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IBinaryPatternOperation : IPatternOperation, IOperation
Properties
LeftPattern
Declaration
IPatternOperation LeftPattern { get; }
Property Value
| Type | Description |
|---|---|
| IPatternOperation |
OperatorKind
Declaration
BinaryOperatorKind OperatorKind { get; }
Property Value
| Type | Description |
|---|---|
| BinaryOperatorKind |
RightPattern
Declaration
IPatternOperation RightPattern { get; }
Property Value
| Type | Description |
|---|---|
| IPatternOperation |