コード例 #1
0
ファイル: DB.cs プロジェクト: NewEconoLab/NEL.LightDB
 public Iterator NewIterator(ReadOptions options)
 {
     return(new Iterator(Native.leveldb_create_iterator(handle, options.handle)));
 }