Share via


UnaryOperationBinder(ExpressionType) 构造函数

定义

初始化 BinaryOperationBinder 类的新实例。

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)

参数

operation
ExpressionType

一元运算类型。

适用于