libsbml.ListOfUnitDefinitions.ListOfUnitDefinitions C# (CSharp) Method

ListOfUnitDefinitions() private method

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

Same methods

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