EventBuilder.AddOtherMethodCore(MethodBuilder) Metodo

Definizione

In caso di override in una classe derivata, aggiunge uno degli "altri" metodi associati a questo evento.

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)

Parametri

mdBuilder
MethodBuilder

Oggetto MethodBuilder che rappresenta l'altro metodo.

Commenti

ovvero un metodo diverso dai metodi "on" e "raise" associati a un evento. Questa funzione può essere chiamata più volte per aggiungere altri metodi "altri".

Si applica a