bool ContainsKey(string key)
Determines whether the SettingsCollectionBase contains the specified key.
Parameters
Name | Description |
key | The key to locate in the SettingsCollectionBase. |
Return
true if the SettingsCollectionBase contains an element with the specified key; otherwise, false.