What's the XDocument equivalent of XmlDocument.ImportNode?

leasinguja

New Member
I'm migrating some code from using XmlDocument to using XDocument. As part of this code I need to add an element from one document into another document. With an XmlDocument I could do this using ImportNode, how do I do it with an XDocument?
 
Back
Top