PropertyInfo.GetMethod Propriedade

Definição

Obtém o acessador get dessa propriedade.

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

Valor da propriedade

MethodInfo

O acessador get para essa propriedade.

Aplica-se a