Пример #1
0
 /// <inheritdoc />
 public bool ContainsKey(TKey key)
 {
     return(wrapped.ContainsKey(keySerializer.Serialize(key)));
 }
Пример #2
0
 /// <inheritdoc />
 public bool Overlaps(IEnumerable <byte[]> other)
 {
     return(other.Any(item => wrappeDB.ContainsKey(item)));
 }