Ejemplo n.º 1
0
        public Cell CopyData(Cell input)
        {
            Cell ret = new Cell(RakNetPINVOKE.CSharp_Cell_CopyData(swigCPtr, Cell.getCPtr(input)), false);

            if (RakNetPINVOKE.SWIGPendingException.Pending)
            {
                throw RakNetPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }