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 オブジェクト。

注釈

"other" メソッドとは、イベントに関連付けられた "on" メソッドおよび "raise" メソッド以外のメソッドです。 この関数は、"other" メソッドを追加するために複数回呼び出すことができます。

適用対象