IT博客汇
首页
精华
技术
设计
资讯
扯淡
权利声明
登录
注册
C# 6.0的字典(Dictionary)的语法 - Insus.NET
Insus.NET
发表于
2016-07-07 05:52:00
love
0
【摘要】在C# 6.0,当我们使用Dictionary时,我们可以使用新语法,来去简化程序以提高效率。 public Dictionary OldToolLocations = new Dictionary() { {"ToolLocation
阅读全文