NodeList

NodeList class

The list of node.

public class NodeList : IEnumerable<Node>

Properties

NameDescription
Item { get; }Gets the node at the specified index in the list.
Length { get; }Gets the number of nodes in the list.

Methods

NameDescription
Add(Node)Adds the node to the end of list.
GetEnumerator()Returns an enumerator that iterates through the list.

See Also