Пример #1
0
 /// <inheritdoc />
 public T GetSafe <T>([NotNull] PropertyKey <T> propertyKey)
 {
     return(inner.GetSafe(propertyKey));
 }