MulticastDelegate.GetMethodImpl Method

Definition

Returns a method represented by the current 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

Returns

A method represented by the current MulticastDelegate.

Remarks

If the MulticastDelegate represents multiple methods, only one method is returned.

Applies to