Method Remove
Remove(string)
Removes the value associated with the specified key from the StringKeyStoreCollection. Throws an exception if the store is read-only.
public bool Remove(string key)
Parameters
key
stringThe key of the value to remove.