Пример #1
0
 /// <inheritdoc />
 public bool Remove(byte[] item)
 {
     return(wrappeDB.TryRemove(item, out _));
 }