摘要: Skip()和Take()方法都是IEnumerable<T> 接口的扩展方法,包括C#中的所有Collections类,如ArrayList,Queue,Stack等等,还有数组和字符串都可以调用这两个方法。 int[] test = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 阅读全文
posted @ 2019-09-26 17:54 哈根达斯 阅读(11698) 评论(0) 推荐(1) 编辑
摘要: /// <summary> /// 创建时间 /// </summary> public string createTime { get; set; } public DateTime _createTime { get { if (string.IsNullOrEmpty(this.createT 阅读全文
posted @ 2019-09-26 17:42 哈根达斯 阅读(1520) 评论(0) 推荐(0) 编辑