ElementList

ElementList class

The list of element.

public class ElementList : IEnumerable<Element>

Properties

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

Methods

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

See Also