PropertyBuilder.AddOtherMethod(MethodBuilder) Método

Definición

Agrega uno de los otros métodos asociados a esta propiedad.

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)

Parámetros

mdBuilder
MethodBuilder

Objeto MethodBuilder que representa el otro método.

Excepciones

mdBuilder es null.

Se ha llamado a CreateType() en el tipo envolvente.

Se aplica a