ElementList class

ElementList class

The list of element.

The ElementList type exposes the following members:

Properties

Property Description
length Gets the number of elements in the list.

Gets the element at the specified index in the list.

Indexer

Name Description
[index] The zero based index of the element.

Methods

Method Description
add(node) Adds the element to the end of list.

See Also