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