I can't seem to find anything other than XDocument.Descendants ()
in the documentation. Is there any way to do this?
views:
150answers:
1
+6
A:
what you're looking for might be XDocument.Elements()
. MSDN Reference.
Dynami Le Savard
2010-02-06 01:15:15