Dear fellow developers,
Please create an instance of the following class (using any type as T):
1 2 3 4 |
class Foo<T> where T : Foo<T> { } |
You may use any technique you like; plain “new MyClass…”, using reflection, hacking MSIL, whatever.
Good luck! 🙂