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