libsbml.ListOfSpeciesTypes.ListOfSpeciesTypes C# (CSharp) Method

ListOfSpeciesTypes() private method

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

Same methods

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