libsbmlcs.RateRule.RateRule C# (CSharp) Method

RateRule() public method

public RateRule ( SBMLNamespaces sbmlns ) : System
sbmlns SBMLNamespaces
return System
        public RateRule(SBMLNamespaces sbmlns)
            : this(libsbmlPINVOKE.new_RateRule__SWIG_1(SBMLNamespaces.getCPtr(sbmlns)), true)
        {
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
        }

Same methods

RateRule::RateRule ( IntPtr cPtr, bool cMemoryOwn ) : System
RateRule::RateRule ( long level, long version ) : System