libsbml.ListOfFunctionDefinitions.remove C# (CSharp) Method

remove() public method

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

Same methods

ListOfFunctionDefinitions::remove ( string sid ) : FunctionDefinition