Ejemplo n.º 1
0
        public void Dispose()
        {
            if (Ptr == IntPtr.Zero)
            {
                return;
            }

            if (_destroyable)
            {
                Interopt.RfcDestroyTable(Ptr, out _);
            }

            Ptr = IntPtr.Zero;
        }