Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method Clear

    Clear(TAlternateKey)

    Clears the values in the list associated with the specified alternate key and removes the key from the dictionary.

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

    Clear(TAlternateKey, out TKey)

    Clears the values in the list associated with the specified alternate key and removes the key from the dictionary.

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