Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method IList<T>.Insert

    IList<T>.Insert(int, T)

    Inserts an item to the IList<T> at the specified index.

    Declaration
    void IList<T>.Insert(int index, T item)
    Parameters
    Type Name Description
    int index

    The zero-based index at which item should be inserted.

    T item

    The object to insert into the IList<T>.

    Implements
    IList<T>.Insert(int, T)
    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.