BinaryExpression.Method プロパティ

定義

二項演算の実装メソッドを取得します。

public:
 property System::Reflection::MethodInfo ^ Method { System::Reflection::MethodInfo ^ get(); };
public System.Reflection.MethodInfo Method { get; }
public System.Reflection.MethodInfo? Method { get; }
member this.Method : System.Reflection.MethodInfo
Public ReadOnly Property Method As MethodInfo

プロパティ値

メソッドの実装を表す MethodInfo

注釈

BinaryExpressionが定義済みの演算子を使用する操作を表す場合、 Method プロパティは ですnull

適用対象