libsbml.ListOfUnits.ListOfUnits C# (CSharp) Method

ListOfUnits() private method

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

Same methods

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