libsbml.ListOfReactions.remove C# (CSharp) Method

remove() public method

public remove ( long n ) : Reaction
n long
return Reaction
        public new Reaction remove(long n)
        {
            IntPtr cPtr = libsbmlPINVOKE.ListOfReactions_remove__SWIG_0(swigCPtr, n);
            Reaction ret = (cPtr == IntPtr.Zero) ? null : new Reaction(cPtr, true);
            return ret;
        }

Same methods

ListOfReactions::remove ( string sid ) : Reaction