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" メソッドを追加できます。

適用対象