BinaryExpression.Method Propriété

Définition

Obtient la méthode d’implémentation pour l’opération binaire.

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

Valeur de propriété

MethodInfo qui représente la méthode d'implémentation.

Remarques

Si un BinaryExpression représente une opération qui utilise un opérateur prédéfini, la Method propriété est null.

S’applique à