libsbml.ListOfCompartmentTypes.ListOfCompartmentTypes C# (CSharp) Method

ListOfCompartmentTypes() public method

public ListOfCompartmentTypes ( SBMLNamespaces sbmlns ) : System
sbmlns SBMLNamespaces
return System
        public ListOfCompartmentTypes(SBMLNamespaces sbmlns)
            : this(libsbmlPINVOKE.new_ListOfCompartmentTypes__SWIG_1(SBMLNamespaces.getCPtr(sbmlns)), true)
        {
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
        }

Same methods

ListOfCompartmentTypes::ListOfCompartmentTypes ( IntPtr cPtr, bool cMemoryOwn ) : System
ListOfCompartmentTypes::ListOfCompartmentTypes ( long level, long version ) : System