libsbml.SpeciesType.SpeciesType C# (CSharp) Method

SpeciesType() private method

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

Same methods

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