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