Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method IList<T>.RemoveAt

    IList<T>.RemoveAt(int)

    Removes the IList<T> item at the specified index.

    Declaration
    void IList<T>.RemoveAt(int index)
    Parameters
    Type Name Description
    int index

    The zero-based index of the item to remove.

    Implements
    IList<T>.RemoveAt(int)
    Exceptions
    Type Condition
    ArgumentOutOfRangeException

    index is not a valid index in the IList<T>.

    NotSupportedException

    The IList<T> is read-only.

    © Singulink. All rights reserved.