Exemple #1
0
 /// <inheritdoc />
 public object Get([NotNull] PropertyKey propertyKey)
 {
     return(inner.Get(propertyKey));
 }
 /// <inheritdoc />
 public object Get(PropertyKey propertyKey)
 {
     return(inner.Get(propertyKey));
 }