UnaryOperationBinder(ExpressionType) Constructor

Definition

Initializes a new instance of the BinaryOperationBinder class.

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

Parameters

operation
ExpressionType

The unary operation kind.

Applies to