PropertyInfo.GetMethod Propriété

Définition

Obtient l'accesseur get de cette propriété.

public:
 virtual property System::Reflection::MethodInfo ^ GetMethod { System::Reflection::MethodInfo ^ get(); };
public virtual System.Reflection.MethodInfo GetMethod { get; }
public virtual System.Reflection.MethodInfo? GetMethod { get; }
member this.GetMethod : System.Reflection.MethodInfo
Public Overridable ReadOnly Property GetMethod As MethodInfo

Valeur de propriété

MethodInfo

Accesseur get de cette propriété.

S’applique à