libsbmlcs.ListOfSpecies.remove C# (CSharp) Method

remove() public method

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

Same methods

ListOfSpecies::remove ( string sid ) : Species