PropertyBuilder.AddOtherMethod(MethodBuilder) 方法

定义

添加与此属性关联的其他方法之一。

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 对象。

例外

mdBuildernull

已对封闭类型调用了 CreateType()

适用于