Skip to content

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)

View source

Summary: Gets the settings store.

Type parameters

NameDescription
TThe store to get.

Parameters

NameTypeDescription
overrideDatabaseName = nullstring?Name of the override database.

Returns: ISettingsStorage? -- A Settings Store.