MulticastDelegate.GetMethodImpl 方法

定义

返回由当前 MulticastDelegate表示的方法。

protected:
 override System::Reflection::MethodInfo ^ GetMethodImpl();
protected override System.Reflection.MethodInfo GetMethodImpl ();
override this.GetMethodImpl : unit -> System.Reflection.MethodInfo
Protected Overrides Function GetMethodImpl () As MethodInfo

返回

由当前 MulticastDelegate表示的方法。

注解

MulticastDelegate如果 表示多个方法,则仅返回一个方法。

适用于