I need to inherit a collection of items of the current type, like this
class A { // some properties... public ICollection Children; } class