libsbml.ListOfSpecies.ListOfSpecies C# (CSharp) Method

ListOfSpecies() private method

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

Same methods

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