BinaryOperationBinder(ExpressionType) 建構函式

定義

初始化 BinaryOperationBinder 類別的新執行個體。

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)

參數

operation
ExpressionType

二元運算類型。

適用於