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