.NET Internals Cookbook Part 4 — Type members
This is the fourth part of the .NET Internals Cookbook series. For your convenience you can find other parts in the table of contents in Part 0 – Table of contents 18. Can you add type constructor to the interface? In C# no. In IL — yes. See the code below: If you are not … Continue reading .NET Internals Cookbook Part 4 — Type members