EventBuilder.AddOtherMethodCore(MethodBuilder) Metoda

Definice

Při přepsání v odvozené třídě přidá jednu z "druhých" metod přidružených k této události.

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

Objekt MethodBuilder , který představuje druhou metodu.

Poznámky

"Jiné" metody jsou jiné metody než "on" a "raise" přidružené k události. Tuto funkci lze volat vícekrát, aby bylo možné přidat další "jiné" metody.

Platí pro