Share via


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

適用対象