摘要: 值类型一般有:int bool shor long float double decimal enum struct 引用类型一般有:string object class interface int[] int[,] delegate 值类型总是分配在它声明的地方 引用类型总是分配在托管堆上 ca 阅读全文
posted @ 2017-05-05 13:41 夏风微凉 阅读(164) 评论(0) 推荐(0)