摘要:
C# 6.0 学习1. 属性可直接赋值 Public int X{ get; } = 5;2. 静态引用: using static System.Math; … public double Distance =>Sqrt(X * X + Y * Y); …3. 空操作符 ?. … if (temp... 阅读全文
posted @ 2015-05-19 11:08
cxzhe
阅读(162)
评论(0)
推荐(0)