Method Clear
Clear()
Clears all keys and values from the dictionary and associated value lists.
Declaration
public void Clear()
Implements
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 |