Esempio n. 1
0
 public bool HasProperty <T>([CallerMemberName] string propertyName = null)
 {
     return(_baseConfiguration.HasProperty <T>($"{_className}.{propertyName}"));
 }
Esempio n. 2
0
 public bool HasProperty <T>([CallerMemberName] string propertyName = null)
 {
     return(_currentBacking.HasProperty <T>(propertyName));
 }