Click or drag to resize

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)
Syntax
public static Dictionary<string, string> GetSettingsDictionary()

Return Value

Type: DictionaryString, String
Returns the Dictionary containing the settings for direct use.
See Also