MulticastDelegate.GetMethodImpl Metodo

Definizione

Restituisce un metodo rappresentato dall'oggetto corrente 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

Restituisce

Metodo rappresentato dall'oggetto corrente MulticastDelegate.

Commenti

Se l'oggetto MulticastDelegate rappresenta più metodi, viene restituito un solo metodo.

Si applica a