摘要: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
|
|||
04 2020 档案
摘要: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
摘要:<#@ template debug="false" hostspecific="false" language="C#" #> <#@ assembly name="System.Core" #> <#@ assembly name="System" #> <#@ assembly name="n
阅读全文
posted @ 2020-04-22 17:21
|
|||