Item

ElementList indexer

Gets the element at the specified index in the list.

public Element this[int index] { get; }
ParameterDescription
indexThe zero based index of the element.

Return Value

The element at the specified index.

See Also