Internal reflection templates for implementing mocking behaviour.
MIT. See LICENSE for full details.
Iterate through the methods of T generating code using the generator.
| T | The class to inspect. |
| generator | The template to use to generate code for each method. |
| index | The beginning index of the members. |
Iterate through the constructors of T generating code using the generator.
| T | The class to inspect. |
| generator | The template to use to generate code for each constructor. |