C# Generic Class Type parameter (cannot implicitly convert)

前端 未结 4 1688
小鲜肉
小鲜肉 2021-01-22 21:10

Scenario:

class A { }

class B : A { }

class C where T: A { }

Question

Why cant C<

4条回答
提交回复
热议问题