EventBuilder.SetAddOnMethod(MethodBuilder) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置用于预订该事件的方法。
public:
void SetAddOnMethod(System::Reflection::Emit::MethodBuilder ^ mdBuilder);
public void SetAddOnMethod (System.Reflection.Emit.MethodBuilder mdBuilder);
member this.SetAddOnMethod : System.Reflection.Emit.MethodBuilder -> unit
Public Sub SetAddOnMethod (mdBuilder As MethodBuilder)
参数
- mdBuilder
- MethodBuilder
MethodBuilder
对象,表示用于预订该事件的方法。
例外
mdBuilder
为 null
。
已对封闭类型调用了 CreateType()。