Question

I can't seem to find anything other than XDocument.Descendants () in the documentation. Is there any way to do this?

Was it helpful?

Solution

what you're looking for might be XDocument.Elements(). MSDN Reference.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top