Click or drag to resize

IConfigurationProvider Methods

The IConfigurationProvider type exposes the following members.

Methods
  NameDescription
Public methodContains
Determines whether the configuration contains an entry with the specified key.
Public methodGetKeys
Gets keys for all existing settings.
Public methodPersist
Persists the configuration data.
Public methodReload
Reloads the configuration data.
Public methodSetValue
Sets the value of an entry with the specified key.
Public methodTryGet
Attempts to get the value associated with the specified key.
Top
See Also