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

適用於