NodeList sealed class NodeList : INodeList, IEnumerable<INode>, IEnumerable, IMarkupFormattable Represents a list of Node instances or nodes. Documentation Code public Node this[int index] { get; set; } public int Length { get; } public IEnumerator<INode> GetEnumerator() public void ToHtml(TextWriter writer, IMarkupFormatter formatter)