bool Remove(string key)
Removes the value with the specified key from the SettingsCollectionBase.
Parameters
Name | Description |
key | The key of the element to remove. |
Return
true if the element is successfully found and removed; otherwise, false. This method returns false if key is not found in the SettingsCollectionBase.