ElementList.Item

ElementList.Item method

Retrieves a element at the given index.

public abstract Element Item(int index)
ParameterTypeDescription
indexInt32The 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