libsbmlcs.Species.Species C# (CSharp) Method

Species() private method

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

Same methods

Species::Species ( SBMLNamespaces sbmlns ) : System
Species::Species ( Species orig ) : System
Species::Species ( long level, long version ) : System