Пример #1
0
 private T GetSettingsImpl <T>() where T : new()
 {
     return(SettingsSerializer.GetSettings <T>(() => Root, () => Save()));
 }