libsbmlcs.ListOfReactions.remove C# (CSharp) Method

remove() public method

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

Same methods

ListOfReactions::remove ( string sid ) : Reaction