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