예제 #1
0
파일: DB.cs 프로젝트: ZoroChain/Zoro
 public Iterator NewIterator(ReadOptions options)
 {
     return(new Iterator(Native.leveldb_create_iterator(handle, options.handle)));
 }