PropertyInfo.GetMethod Propiedad

Definición

Obtiene el descriptor de get acceso de esta propiedad.

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

Valor de propiedad

Descriptor de get acceso para esta propiedad.

Se aplica a