Delegate.Method 屬性

定義

取得由代理所代表的方法。

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

屬性值

A MethodInfo 描述由代理所代表的方法。

例外狀況

呼叫者無法存取代理所代表的方法(例如,若該方法為私有)。

適用於

另請參閱