示例#1
0
 public void Close()
 {
     BangDBNative.CloseSWTable(_swTable);
     BangDBNative.FreeHandle(ref _swTable);
     _swTable = IntPtr.Zero;
 }