public Row AddRow(uint rowId, RakNetListCell initialCellValues) { IntPtr cPtr = SLikeNetPINVOKE.Table_AddRow__SWIG_1(swigCPtr, rowId, RakNetListCell.getCPtr(initialCellValues)); Row ret = (cPtr == IntPtr.Zero) ? null : new Row(cPtr, false); if (SLikeNetPINVOKE.SWIGPendingException.Pending) { throw SLikeNetPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public RakNetListCell CopyData(RakNetListCell original_copy) { RakNetListCell ret = new RakNetListCell(SLikeNetPINVOKE.RakNetListCell_CopyData(swigCPtr, RakNetListCell.getCPtr(original_copy)), false); if (SLikeNetPINVOKE.SWIGPendingException.Pending) { throw SLikeNetPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public RakNetListCell(RakNetListCell original_copy) : this(SLikeNetPINVOKE.new_RakNetListCell__SWIG_1(RakNetListCell.getCPtr(original_copy)), true) { if (SLikeNetPINVOKE.SWIGPendingException.Pending) { throw SLikeNetPINVOKE.SWIGPendingException.Retrieve(); } }