Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method CopyTo

    CopyTo(KeyValuePair<TLeft, TRight>[], int)

    Copies the left and right value pairs to an array starting at the specified array index.

    Declaration
    public void CopyTo(KeyValuePair<TLeft, TRight>[] array, int arrayIndex)
    Parameters
    Type Name Description
    KeyValuePair<TLeft, TRight>[] array
    int arrayIndex
    Implements
    ICollection<T>.CopyTo(T[], int)
    © Singulink. All rights reserved.