UnaryOperationBinder(ExpressionType) 构造函数
定义
初始化 BinaryOperationBinder 类的新实例。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)
参数
- operation
- ExpressionType
一元运算类型。The unary operation kind.