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 存取子。

適用於