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

単項演算の種類。

適用対象