Add(item); } } return list; } public static T CreateItem<T>(DataRow row) { T obj = default (T); if (row != null ) { obj = Activator.
確定! 回上一頁