Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method ICollection<KeyValuePair<TLeft, TRight>>.Add

    ICollection<KeyValuePair<TLeft, TRight>>.Add(KeyValuePair<TLeft, TRight>)

    Adds an association to map between the specified left and right value.

    Declaration
    void ICollection<KeyValuePair<TLeft, TRight>>.Add(KeyValuePair<TLeft, TRight> item)
    Parameters
    Type Name Description
    KeyValuePair<TLeft, TRight> item
    Implements
    ICollection<T>.Add(T)
    © Singulink. All rights reserved.