How to inherit list of current type?

前端 未结 0 1135
醉话见心
醉话见心 2021-01-07 07:47

I need to inherit a collection of items of the current type, like this

class A {
    // some properties...

    public ICollection Children;
}

class         


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