MulticastDelegate.GetMethodImpl Metódus

Definíció

Az aktuális MulticastDelegateáltal képviselt metódust adja vissza.

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

Válaszok

Az aktuális MulticastDelegatemetódus által képviselt metódus.

Megjegyzések

Ha a MulticastDelegate függvény több metódust jelöl, a rendszer csak egy metódust ad vissza.

A következőre érvényes: