EventBuilder.AddOtherMethodCore(MethodBuilder) 메서드

정의

파생 클래스에서 재정의되는 경우 이 이벤트와 연결된 "기타" 메서드 중 하나를 추가합니다.

protected:
 abstract void AddOtherMethodCore(System::Reflection::Emit::MethodBuilder ^ mdBuilder);
protected abstract void AddOtherMethodCore (System.Reflection.Emit.MethodBuilder mdBuilder);
abstract member AddOtherMethodCore : System.Reflection.Emit.MethodBuilder -> unit
Protected MustOverride Sub AddOtherMethodCore (mdBuilder As MethodBuilder)

매개 변수

mdBuilder
MethodBuilder

다른 메서드를 나타내는 MethodBuilder 개체입니다.

설명

"다른" 메서드는 이벤트와 관련된 "on" 및 "raise" 메서드 이외의 메서드입니다. 이 함수를 여러 번 호출하여 "기타" 메서드를 추가할 수 있습니다.

적용 대상