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 複数のメソッドを表す場合は、1 つのメソッドのみが返されます。

適用対象