PropertyInfo.GetMethod Propiedad

Definición

Obtiene el descriptor de acceso get de esta propiedad.

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 de propiedad

MethodInfo

Descriptor de acceso get de esta propiedad.

Se aplica a