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

属性值

描述 MethodInfo 委托表示的方法。

例外

调用方无权访问委托表示的方法(例如,如果该方法是私有的)。

适用于

另请参阅