BinaryOperationBinder(ExpressionType) Constructor

Definition

Initializes a new instance of the BinaryOperationBinder class.

protected:
 BinaryOperationBinder(System::Linq::Expressions::ExpressionType operation);
protected BinaryOperationBinder (System.Linq.Expressions.ExpressionType operation);
new System.Dynamic.BinaryOperationBinder : System.Linq.Expressions.ExpressionType -> System.Dynamic.BinaryOperationBinder
Protected Sub New (operation As ExpressionType)

Parameters

operation
ExpressionType

The binary operation kind.

Applies to