BinaryOperationBinder
Represents the binary dynamic operation at the call site, providing the binding semantic and the details about the operation.
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.
public abstract DynamicMetaObject FallbackBinaryOperation(DynamicMetaObject target, DynamicMetaObject arg, DynamicMetaObject errorSuggestion)
When overridden in the derived class, performs the binding of the binary dynamic operation if the target dynamic object cannot bind.