挑战: 请创建以下类的实例(使用任何类型为T):
class Foo<T> where T : Foo<T> { }
你可以使用任何你喜欢的技术; 简单的"新MyClass ......",使用反射,黑客攻击MSIL,等等.
c#
c# ×1