BinaryExpression.Method Proprietà

Definizione

Ottiene il metodo di implementazione per l'operazione binaria.

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

Valore della proprietà

Oggetto MethodInfo che rappresenta il metodo di implementazione.

Commenti

Se un BinaryExpression oggetto rappresenta un'operazione che usa un operatore predefinito, la Method proprietà è null.

Si applica a