DeleteAsync Method
DeleteAsync(TKey)
Deletes the entry if key
exists without returning value of the entry.
key
is not required.
Declaration
Task DeleteAsync(TKey key)
Parameters
TKey | key | Key of the entry to be deleted. |
Returns
Task |