火焰

valeb
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2020年4月29日

摘要: class Program { static void Main(string[] args) { var obj = EmitHelper.ImplInterface<IPerson>(); obj.say(); obj.sayHi(); } } public interface IPerson 阅读全文

posted @ 2020-04-29 17:20 valeb 阅读(221) 评论(0) 推荐(0)