|
ConfigManagerLoadTEntity Method |
Loads the Configuration
Namespace: DrawerBackup.Native.SettingsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic TEntity Load<TEntity>()
where TEntity : Dictionary<string, string>
Public Function Load(Of TEntity As Dictionary(Of String, String)) As TEntity
public:
generic<typename TEntity>
where TEntity : Dictionary<String^, String^>
TEntity Load()
member Load : unit -> 'TEntity when 'TEntity : Dictionary<string, string>
Type Parameters
- TEntity
Return Value
Type:
TEntity
See Also