XML/XPath: Difference between revisions

Content added Content deleted
Line 125:
 
// Convert the generic list to an array and output the count of items.
 
Console.WriteLine(NodesValues.ToArray().Length);