libsbml.ListOfConstraints.remove C# (CSharp) Method

remove() public method

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