摘要:
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)
|
|||
|
摘要:
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) |
|||