Udostępnij za pośrednictwem


EventBuilder.AddOtherMethodCore(MethodBuilder) Metoda

Definicja

Po zastąpieniu klasy pochodnej dodaje jedną z "innych" metod skojarzonych z tym zdarzeniem.

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)

Parametry

mdBuilder
MethodBuilder

MethodBuilder Obiekt reprezentujący inną metodę.

Uwagi

Metody "Inne" to metody inne niż metody "włączone" i "raise" skojarzone ze zdarzeniem. Ta funkcja może być wywoływana wiele razy, aby dodać dodatkowe metody "inne".

Dotyczy