UnaryExpression.Method Propriété

Définition

Obtient la méthode d'implémentation pour l'opération unaire.

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.

S’applique à