ISettings |
| Name | Description | |
|---|---|---|
| Get(Object, Object) | Gets a string value from the settings, uniquely identified by the group and key parameters. | |
| Get(Object, Object, String) | Gets a string value (or fallback default value) from the settings, uniquely identified by the group and key parameters. | |
| GetT(Object, Object, T) | Gets an object of type T (or fallback default value) from the settings, uniquely identified by the group and key parameters. |