libsbml.ListOfSpeciesTypes.remove C# (CSharp) Method

remove() public method

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

Same methods

ListOfSpeciesTypes::remove ( string sid ) : SpeciesType