Gets an System.Reflection.Emit.ILGenerator object, with the specified MSIL stream size, that can be used to build a method body for this constructor.
An System.Reflection.Emit.ILGenerator for this constructor.
The runtime generates the code for default constructors. Therefore, if an attempt is made to obtain an ILGenerator for a default constructor, an exception is thrown.