Example #1
0
 public static bool leveldb_iter_valid(IntPtr /*Iterator*/ iterator)
 {
     return(NativeRocksDB.rocksdb_iter_valid(iterator));
 }