14
如何确定类型是否使用C#反射实现接口
是否反映在C#报价的方式来确定是否给予一些System.Type款型的一些接口? public interface IMyInterface {} public class MyType : IMyInterface {} // should yield 'true' typeof(MyType)./* ????? */MODELS_INTERFACE(IMyInterface);
561
c#
reflection
interface