Udostępnij przez


PropertyBuilder.AddOtherMethod(MethodBuilder) Metoda

Definicja

Dodaje jedną z innych metod skojarzonych z tą właściwością.

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)

Parametry

mdBuilder
MethodBuilder

MethodBuilder Obiekt reprezentujący inną metodę.

Wyjątki

mdBuilder to null.

CreateType() został wywołany w typie otaczającym.

Dotyczy