Click or drag to resize

BasicAppSettingsGetParametersSources method

Returns a dictionary containing the name of the source for each parameter. Can be helpful for troubleshooting in certain cases.
Note: If the switch "DumpAppSettings" = true, this dictionary is logged in "Dispose".

Namespace: NetEti.ApplicationEnvironment
Assembly: NetEti.BasicAppSettings (in NetEti.BasicAppSettings.dll) Version: 1.0.0+fc721cf1d38e1de155fd33971356662ac9c21f21
Syntax
public SortedDictionary<string, string> GetParametersSources()

Return value

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