Exemplo n.º 1
0
 public bool TryFindDup <TKey, TValue>(Lookup direction, ref TKey key, ref TValue value) where TKey : struct where TValue : struct
 {
     return(_impl.TryFindDup(direction, ref key, ref value));
 }