MulticastDelegate.GetMethodImpl Metoda

Definicja

Zwraca metodę reprezentowaną przez bieżący MulticastDelegateelement .

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

Zwraca

Metoda reprezentowana przez bieżący MulticastDelegateelement .

Uwagi

Jeśli obiekt MulticastDelegate reprezentuje wiele metod, zwracana jest tylko jedna metoda.

Dotyczy