C# 7.0 新特征 Demo
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using static System.Console; 5 6 namespace ConsoleApp1 7 { 8 public class C
阅读全文
posted @
2019-08-21 22:53
极简
阅读(263)
推荐(0) 编辑
C# 6.0 新特征 Demo
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using static System.Math; 5 6 namespace ConsoleApp1 7 { 8 public class CSharp6 9 { 10 //属性默认值 11 ...
阅读全文
posted @
2019-08-21 14:33
极简
阅读(173)
推荐(0) 编辑