Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method Clear

    Clear()

    Clears all keys and values from the dictionary and associated value lists.

    Declaration
    public void Clear()
    Implements
    ICollectionDictionary<TKey, TValue, TValueCollection>.Clear()

    Clear(TKey)

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

    Declaration
    public bool Clear(TKey key)
    Parameters
    Type Name Description
    TKey key
    Returns
    Type Description
    bool
    Implements
    ICollectionDictionary<TKey, TValue, TValueCollection>.Clear(TKey)
    © Singulink. All rights reserved.