摘要: C#using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Controls;using System.Wi... 阅读全文
posted @ 2015-03-18 15:45 秋刀鱼No1 阅读(365) 评论(0) 推荐(0) 编辑
摘要: Enumerable.First() 方法:返回序列中的第一个元素,如果源序列为空,则抛异常。Enumerable.FirstOrDefault ()方法返回序列中的第一个元素;如果序列中不包含任何元素,则返回默认值。Enumerable.Single)()方法返回序列的唯一元素;如果该序列并非恰好... 阅读全文
posted @ 2015-03-18 15:39 秋刀鱼No1 阅读(802) 评论(0) 推荐(0) 编辑