Пример #1
0
 /// <inheritdoc />
 public bool TryAdd(byte[] item)
 {
     return(wrappeDB.TryAdd(item, Array.Empty <byte>()));
 }