Reputation: 54113
I have an XML doc:
I have the XML doc here:
XElement entries =
doc.Element("response").Element("entries");
How can I get a count of the number of entry in entries?
This example would be 2.
Upvotes: 1
Views: 93