Example #1
0
        public Cell CopyData(Cell input)
        {
            Cell ret = new Cell(SLikeNetPINVOKE.Cell_CopyData(swigCPtr, Cell.getCPtr(input)), false);

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