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

二項演算の種類。

適用対象