libsbml.Model.Model C# (CSharp) Method

Model() private method

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

Same methods

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