public new CompartmentType remove(long n) { IntPtr cPtr = libsbmlPINVOKE.ListOfCompartmentTypes_remove__SWIG_0(swigCPtr, n); CompartmentType ret = (cPtr == IntPtr.Zero) ? null : new CompartmentType(cPtr, true); return ret; }