public new CompartmentType get(long n) { IntPtr cPtr = libsbmlPINVOKE.ListOfCompartmentTypes_get__SWIG_0(swigCPtr, n); CompartmentType ret = (cPtr == IntPtr.Zero) ? null : new CompartmentType(cPtr, false); return ret; }