public interface IBar {} public interface IFoo : IBar {} typeof(IFoo).BaseType == null
我怎样才能得到IBar?
c# reflection interface
c# ×1
interface ×1
reflection ×1