Class ParsedExpressionTypedBinaryOperator
- Namespace
- LfrlAnvil.Computable.Expressions.Constructs
- Assembly
- LfrlAnvil.Computable.Expressions.dll
Represents a typed binary operator construct.
public abstract class ParsedExpressionTypedBinaryOperator : ParsedExpressionBinaryOperator
- Inheritance
-
ParsedExpressionTypedBinaryOperator
- Derived
- Inherited Members
Constructors
ParsedExpressionTypedBinaryOperator(Type, Type)
Creates a new ParsedExpressionTypedBinaryOperator instance.
protected ParsedExpressionTypedBinaryOperator(Type leftArgumentType, Type rightArgumentType)
Parameters
Properties
LeftArgumentType
Left argument's type.
public Type LeftArgumentType { get; }
Property Value
RightArgumentType
Right argument's type.
public Type RightArgumentType { get; }