[]
Gets or sets the Element at a specified index in the list.
public Element this[int index] { get; set; }
Index of the element to get or set.
The Element at the specified index.