ElementList.ElementOf

ElementList indexer

Gets an element at the given index.

public virtual Element ElementOf[int index] { get; }
ParameterDescription
indexThe index into the list of elements.

Return Value

The Element with the specified index in the collection. If index is greater than or equal to the number of elements in the list, this returns null.

See Also