Item

ReadOnlyCollectionBase<T> indexer

Returns the element at the specified index.

public T this[int index] { get; set; }
ParameterDescription
indexThe zero-based index of the element to get.

Return Value

the element at the specified index.

See Also