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