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如果 代表多個方法,則只會傳回一個方法。

適用於