Пример #1
0
 public void Close()
 {
     BangDBNative.CloseTopk(_topk);
     BangDBNative.FreeHandle(ref _topk);
     _topk = IntPtr.Zero;
 }