AppInfo.GetSettingsStore(string?) method¶
Defined in
Type: AppInfo
Namespace: ReactiveMarbles.CacheDatabase.Settings
Assembly: ReactiveMarbles.CacheDatabase.Settings.dll
Applies to
netstandard2.0
public static ISettingsStorage? GetSettingsStore<T>(string? overrideDatabaseName = null)
Summary: Gets the settings store.
Type parameters
| Name | Description |
|---|---|
T | The store to get. |
Parameters
| Name | Type | Description |
|---|---|---|
overrideDatabaseName = null | string? | Name of the override database. |
Returns: ISettingsStorage? -- A Settings Store.