Example #1
0
 /// <summary>
 /// Emits an instruction with the metadata token for the specified contructor.
 /// </summary>
 public override void Emit(OpCode opcode, ConstructorInfo con)
 {
     Write("{0}\t{1}", opcode, con.FormatSignature());
     base.Emit(opcode, con);
 }