摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Collections;using System.Reflection;namespace DatableToList{ class ConvertHelper<T> where T : new() { /// <summary> /// 利用反射和泛型 /// </summary> /// <param... 阅读全文
posted @ 2012-05-18 16:39 TOP100 阅读(423) 评论(0) 推荐(0)