摘要: class Program { static void Main(string[] args) { //自动推断类型 var product = new Product { Name = "苹果", Price = 3.7m, CategoryNumber = 101 }; Console.Writ 阅读全文
posted @ 2016-10-22 21:21 秋风思红叶 阅读(304) 评论(0) 推荐(0) 编辑