MulticastDelegate.GetMethodImpl Yöntem

Tanım

Geçerli MulticastDelegateile temsil edilen bir yöntem döndürür.

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

Döndürülenler

Geçerli MulticastDelegateile temsil edilen bir yöntem.

Açıklamalar

birden MulticastDelegate çok yöntemi temsil ederse, yalnızca bir yöntem döndürülür.

Şunlara uygulanır