Question: I am having an issue using TypeBuilder to dynamically create a derived type that has a static field of the base type, that is initialized to a new instance of the created type. Essentially, I want to create this ...

Question: The TypeBuilder.CreateType() method is defined as nullable: Under what conditions can it return null? The docs do not say. I could dig into the source, but that would yield an untrustworthy answer (though interesting). Is there a documented explanation ...