Click or drag to resize

AppEnvReaderGetParametersSources method

Returns a dictionary containing the name of the source for each parameter. 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 SortedDictionary<string, string> GetParametersSources()

Return value

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