C# 3.0 扩展方法&接口
摘要:
namespace ExtensionInterfaceMethod { class Program { static void Main(string[] args) { //使用接口变量来调用扩展方法 IBasicInterface bii = new BasicImplement(); bii 阅读全文
posted @ 2019-09-23 16:13 jshchg 阅读(197) 评论(0) 推荐(0)
浙公网安备 33010602011771号