ElementArray.Item
Description:
Gets or sets an element at a specified index within the array.
Gets or sets an element at a specified index within the array.
public virtual Element this[
int index
] { get; set; }
-
Int32indexThe index of the element to be set or retrieved.