Ejemplo n.º 1
0
 /// <inheritdoc />
 public object Get([NotNull] PropertyKey propertyKey)
 {
     return(inner.Get(propertyKey));
 }
Ejemplo n.º 2
0
 /// <inheritdoc />
 public object Get(PropertyKey propertyKey)
 {
     return(inner.Get(propertyKey));
 }