コード例 #1
0
        private void Dispose(bool disposing)
        {
            if (this.packet == IntPtr.Zero)
            {
                return;
            }

            NativeMethods.enet_packet_destroy(this.packet);
            this.packet = IntPtr.Zero;
        }