Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在 asp.net 配置文件中存储通用字典对象?我试过使用它,但它仍然不喜欢它: http ://weblogs.asp.net/pwelter34/default.aspx
谢谢,尼克
查看KeyedCollection。它是一个可序列化为 xml 的通用字典。 但是,有一些限制。