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