ElementList

ElementList class

The list of element.

public class ElementList : IEnumerable<Element>

Properties

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

Methods

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

See Also