HelperFunctionsSettingsManagerGetSettingsDictionary Method |
This method will return the Dictionary which contains all your settings.
If you have not called InitializeSettingsFile() a generic one called "Settings.dat" will be created or opened.
Namespace:
AHL
Assembly:
AHL (in AHL.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static Dictionary<string, string> GetSettingsDictionary()
Public Shared Function GetSettingsDictionary As Dictionary(Of String, String)
public:
static Dictionary<String^, String^>^ GetSettingsDictionary()
static member GetSettingsDictionary : unit -> Dictionary<string, string>
Return Value
Type:
DictionaryString,
StringReturns the Dictionary containing the settings for direct use.
See Also