共用方式為


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

一元運算類型。

適用於