<PackageReference Include="NUnit" Version="3.2.0" />

NodeList

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