INodeList public interface INodeList : IEnumerable<INode>, IEnumerable, IMarkupFormattable NodeList objects are collections of nodes. Documentation Code INode this[int index] { get; } Returns an item in the list by its index, or throws an exception. int Length { get; } Gets the number of nodes in the NodeList.