libsbmlcs.ListOfRules.remove C# (CSharp) Method

remove() public method

public remove ( long n ) : Rule
n long
return Rule
        public new Rule remove(long n)
        {
            Rule ret = (Rule) libsbml.DowncastSBase(libsbmlPINVOKE.ListOfRules_remove__SWIG_0(swigCPtr, n), true);
            return ret;
        }

Same methods

ListOfRules::remove ( string sid ) : Rule