libsbml.ListOfCompartmentTypes.ListOfCompartmentTypes C# (CSharp) Method

ListOfCompartmentTypes() private method

private ListOfCompartmentTypes ( IntPtr cPtr, bool cMemoryOwn ) : System
cPtr System.IntPtr
cMemoryOwn bool
return System
        internal ListOfCompartmentTypes(IntPtr cPtr, bool cMemoryOwn)
            : base(libsbmlPINVOKE.ListOfCompartmentTypes_SWIGUpcast(cPtr), cMemoryOwn)
        {
            //super(libsbmlPINVOKE.ListOfCompartmentTypesUpcast(cPtr), cMemoryOwn);
            swigCPtr = new HandleRef(this, cPtr);
        }

Same methods

ListOfCompartmentTypes::ListOfCompartmentTypes ( SBMLNamespaces sbmlns ) : System
ListOfCompartmentTypes::ListOfCompartmentTypes ( long level, long version ) : System