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