Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method InsertRange

    InsertRange(int, IEnumerable<TValue>)

    Inserts the items of a collection into the list at the specified index.

    Declaration
    public int InsertRange(int index, IEnumerable<TValue> collection)
    Parameters
    Type Name Description
    int index
    IEnumerable<TValue> collection
    Returns
    Type Description
    int

    The number of items that were inserted.

    © Singulink. All rights reserved.