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