摘要:
说到类型,.NET技术是基于通用类型系统(CTS,Common Type System)的,而CTS又是构建于公共语言架构(CLI,Common Language Infrastructure)之上,CLI还包含有:通用中间语言(CIL,Common Intermediate Language ), 阅读全文
摘要:
前几天微信好友突然发给我一个截图打开一看是一段代码,题目如下, 问装箱和拆箱的次数以及最终的输出 。 namespace DotNetCore { class Program { static void Main(string[] args) { var p = new Point(1,1); Co 阅读全文