次の方法で共有


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

適用対象