libsbml.ListOfCompartments.ListOfCompartments C# (CSharp) Method

ListOfCompartments() private method

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

Same methods

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