<PackageReference Include="System.Dynamic.Runtime" Version="4.0.11-beta-23409" />

BinaryOperationBinder

Represents the binary dynamic operation at the call site, providing the binding semantic and the details about the operation.
public ExpressionType Operation { get; }

The binary operation kind.

Initializes a new instance of the BinaryOperationBinder class.

Performs the binding of the binary dynamic operation if the target dynamic object cannot bind.

When overridden in the derived class, performs the binding of the binary dynamic operation if the target dynamic object cannot bind.