Exemplo n.º 1
0
 public bool Seek(long key)
 {
     _currentPage = _parent.FindPageFor(key);
     return(_currentPage.LastMatch <= 0 || MoveNext());
 }