标签: asp.net dictionary generics profile
有没有办法在asp.net配置文件中存储通用字典对象?我尝试过使用它,但它仍然不喜欢它: http://weblogs.asp.net/pwelter34/default.aspx
谢谢, 尼克
答案 0 :(得分:2)
查看KeyedCollection。它是一个可以序列化为xml的通用字典。 There are some limitations, however。