Adding childnodes and value to a dictionary

<ApplicationSettings>     <FILES>         <Suite>@"Applications\Suite.xml"</Suite>         <SubSuite>@"Applications\SubSuite.xml"</SubSuite>     </FILES>     <COLORS>         <TitleLabel>"SkyBlue"</TitleLabel>     </COLORS> </ApplicationSettings> 

I am trying to add the data within the node into a dictionary with the childnode name as the key and the innertext as the value.

I have tried various things but nothing is returning what i require. Any help would be grateful.

Add Comment
0 Answer(s)

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.