Class DMDGenerator<TSelf>
A DynamicMethodDefinition "generator", responsible for generating a runtime MethodInfo from a DMD MethodDefinition.
public abstract class DMDGenerator<TSelf> where TSelf : DMDGenerator<TSelf>, new()
Type Parameters
TSelf
- The derived type.
- Inheritance
-
DMDGenerator<TSelf>
- Derived