EventBuilder.AddOtherMethodCore(MethodBuilder) Metodo

Definizione

Quando sottoposto a 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

I metodi "Other" sono metodi diversi dai metodi "on" e "raise" associati a un evento. Questa funzione può essere chiamata più volte per aggiungere altri metodi "altri".

Si applica a