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