Пример #1
0
 public T GetProperty <T>([CallerMemberName] string propertyName = null)
 {
     return(_baseConfiguration.GetProperty <T>($"{_className}.{propertyName}"));
 }
Пример #2
0
 public T GetProperty <T>([CallerMemberName] string propertyName = null)
 {
     return(_currentBacking.GetProperty <T>(propertyName));
 }