How can I find non-generic interfaces that derive from a generic one?

前端 未结 0 1836
感情败类
感情败类 2020-12-14 17:29
public interface IEntity {}
public interface IUserEntity:IEntity {}
public class UserEntity: IUserEntity{}

So my question is: h

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