日期:2014-05-18 浏览次数:21008 次
public static class Extensions { public static Type GetListItemType<T>(this IList<T> list) { return typeof(T); } }