これは私のXdocumentです:
<Response>
<city>
<CityName>xxx</CityName>
<CityId>1</CityId>
</city>
<city>
<CityName>yyy</CityName>
<CityId>2</CityId>
</city>
</Response>
Dictionary(cityname,cityid)
これを:に保存するにはどうすればよいですか?
Dictionary<string, string > dictionary;