I have aa requirement of Collection classes inherited at multiple levels with corresponding Item class at each level as in below example.
public interface IOwnable<TOwner>
{
TOwner Owner { get; set; }
}
public abstract class BaseItem
{
// Common...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.