libsbml.AlgebraicRule.AlgebraicRule C# (CSharp) Method

AlgebraicRule() private method

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

Same methods

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