libsbml.ListOfRules.get C# (CSharp) Method

get() public method

public get ( long n ) : libsbml.Rule
n long
return libsbml.Rule
        public new Rule get(long n)
        {
            Rule ret = (Rule) libsbml.DowncastSBase(libsbmlPINVOKE.ListOfRules_get__SWIG_0(swigCPtr, n), false);
            return ret;
        }

Same methods

ListOfRules::get ( string sid ) : libsbml.Rule