コード例 #1
0
ファイル: Iterator.cs プロジェクト: NewEconoLab/NeoDB
 public void Previous()
 {
     Native.leveldb_iter_prev(Handle);
 }