 | AppEnvReaderGetParametersSources method |
Returns a dictionary containing the name of the source for each parameter.
Can be helpful for troubleshooting in certain cases.
Namespace: NetEti.ApplicationEnvironmentAssembly: NetEti.AppEnvReader (in NetEti.AppEnvReader.dll) Version: 1.0.0+903a007d8850bcbaf700b4fedc513f6c16da77d4
Syntaxpublic SortedDictionary<string, string> GetParametersSources()
Public Function GetParametersSources As SortedDictionary(Of String, String)
public:
SortedDictionary<String^, String^>^ GetParametersSources()
member GetParametersSources : unit -> SortedDictionary<string, string>
Return value
SortedDictionaryString,
StringDictionary, which contains the name of the source for each parameter.
See also