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