Click or drag to resize

AppSettingsRegistryGetParametersSources method

Returns a dictionary that contains the name of the source for each parameter. and the last value. Can be helpful for troubleshooting in certain cases.

Namespace: NetEti.ApplicationEnvironment
Assembly: NetEti.AppEnvReader (in NetEti.AppEnvReader.dll) Version: 1.0.0+903a007d8850bcbaf700b4fedc513f6c16da77d4
Syntax
public static SortedDictionary<string, string> GetParametersSources()

Return value

SortedDictionaryString, String
Dictionary, which contains the name of the source and the last value for each parameter.
See also