Item

IReadOnlyList<T> indexer

Gets the element at the specified index in the read-only list.

public T this[int index] { get; }
Parameter Description
index The zero-based index of the element to get.

Return Value

The element at the specified index in the read-only list.

See Also