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