示例#1
0
 public static Hashtable ToHashtable <T>(this DataTable dataTable) where T : Cope <T>, IManageable, new()
 {
     return(DataSerializer.ConvertDataTableToHashtableOfType <T>(dataTable));
 }