Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Property IList<T>.this

    IList<T>.this[int]

    Gets the item at the specified index.

    Declaration
    T IList<T>.this[int index] { get; set; }
    Parameters
    Type Name Description
    int index
    Returns
    Type Description
    T
    Implements
    IList<T>.this[int]
    Exceptions
    Type Condition
    NotSupportedException

    The setter is not supported.

    © Singulink. All rights reserved.