NodeList public class NodeList : List<TNode> Class used to represent a list of XmlResults Documentation Code using System.Collections.Generic; namespace NUnit.Framework.Interfaces { public class NodeList : List<TNode> { } }