Create a parent class that extends a child class that implicitly takes the parent class as an argument of the generics (or template) in C#

后端 未结 0 1960
心在旅途
心在旅途 2020-12-03 00:38

I have a base class

public abstract class Base {...}

and a parent class which extend the base class and pass itself as an argument o

相关标签:
回答
  • 消灭零回复
提交回复
热议问题