IConfigurationProvider Methods |
The IConfigurationProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| Contains |
Determines whether the configuration contains an entry with the specified key.
| |
| GetKeys |
Gets keys for all existing settings.
| |
| Persist |
Persists the configuration data.
| |
| Reload |
Reloads the configuration data.
| |
| SetValue |
Sets the value of an entry with the specified key.
| |
| TryGet |
Attempts to get the value associated with the specified key.
|