Method Remove
Remove(string)
Removes the value associated with the specified key from the StringKeyStore. Throws an exception if the store is read-only.
public bool Remove(string key)
Parameters
key
stringThe key of the value to remove.
Returns
- bool
true
if the key was successfully removed; otherwise,false
.