CHAPTER 18 UNDERSTANDING CIL AND THE ROLE OF DYNAMIC ASSEMBLIES
Emitting the Constructors
As mentioned earlier, the TypeBuilder.DefineConstructor() method can be used to define a constructor
for the current type. However, when it comes to implementing the constructor of HelloClass, you need
to inject raw CIL cod H[