ElementList

ElementList class

Represents an ordered collection of elements.

The ElementList type exposes the following members:

Properties

NameDescription
countGets the number of elements in the ElementList.

Indexer

NameDescription
[index]Returns an item at the specified index.

Methods

NameDescription
item(index)Retrieves a element at the given index.

See Also