PropertyInfo.GetMethod Property
Definition
Gets the get
accessor for this property.
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
Property Value
The get
accessor for this property.