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