Click or drag to resize
ConfigManagerLoadTEntity Method
Loads the Configuration

Namespace: DrawerBackup.Native.Settings
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public TEntity Load<TEntity>()
where TEntity : Dictionary<string, string>

Type Parameters

TEntity

Return Value

Type: TEntity
See Also