Dictionary
Dictionary<XElement, XElement> _XParents = new Dictionary<XElement, XElement>();
My dictionary looks like:
key:<node>, value:<parentNode>
I want to convert this dictionary to XML file
XML should look like:
<parentNode>
<node/>
</parentNode>