I have a ...Collection... of nodes, specifically a collection of ...HTMLAgilityPack.HTMLNodeCollection... nodes. I know I can extract and store information from the nodes by doing:...List<string> nodesList = new List<string>();
var nodes = myFile.Documen...