Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method Remove

    Remove(TAlternateKey)

    Removes the value with the specified alternate key from the dictionary.

    Declaration
    public bool Remove(TAlternateKey key)
    Parameters
    Type Name Description
    TAlternateKey key
    Returns
    Type Description
    bool

    Remove(TAlternateKey, out TKey, out TValue)

    Removes the value with the specified alternate key from the dictionary.

    Declaration
    public bool Remove(TAlternateKey key, out TKey actualKey, out TValue value)
    Parameters
    Type Name Description
    TAlternateKey key
    TKey actualKey
    TValue value
    Returns
    Type Description
    bool
    © Singulink. All rights reserved.