空Dictionary<int, string>如何用XML中的键和值填充它
Dictionary<int, string>
<items> <item id='int_goes_here' value='string_goes_here'/> </items>
并使用XElement将其序列化为XML?
.net c# xml mono
.net ×1
c# ×1
mono ×1
xml ×1