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.
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)
key
stringThe key of the value to remove.