MulticastDelegate.GetMethodImpl 메서드

정의

현재 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

반환

현재 MulticastDelegate로 표시되는 메서드입니다.

설명

MulticastDelegate 여러 메서드를 나타내는 경우 하나의 메서드만 반환됩니다.

적용 대상