PropertyInfo.GetMethod 属性

定义

获取此属性的 get 访问器。

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

属性值

MethodInfo

此属性的 get 访问器。

适用于