/// <summary> /// Position at the last key in the source. /// The iterator is IsValid() after this call iff the source is not empty. /// </summary> public void SeekToLast() { LevelDBInterop.leveldb_iter_seek_to_last(this.Handle); this.Throw(); }