摘要:
Enumerable.Distinct 方法 是常用的LINQ扩展方法,属于System.Linq的Enumerable方法,可用于去除数组、集合中的重复元素,还可以自定义去重的规则。 有两个重载方法: 第一个方法不带参数,第二个方法需要传一个System.Collections.Generic.I 阅读全文
摘要:
C#有以下几种数据类型: 数据类型案例以及取值范围: 界面: 选择int时: 选中long时: 选中float时: 选中double时: 选中decimal时: 选中string时: 选中char时: 选中Bool时: 源代码如下: using System;using System.Collect 阅读全文