Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Property IReadOnlyList<T>.this

    IReadOnlyList<T>.this[int]

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

    Declaration
    T IReadOnlyList<T>.this[int index] { get; }
    Parameters
    Type Name Description
    int index

    The zero-based index of the element to get.

    Returns
    Type Description
    T

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

    Implements
    IReadOnlyList<T>.this[int]
    © Singulink. All rights reserved.