CSMSL.Chemistry.ChemicalFormulaGenerator.RemoveConstraint C# (CSharp) Метод

RemoveConstraint() публичный Метод

public RemoveConstraint ( Isotope isotope ) : void
isotope Isotope
Результат void
        public void RemoveConstraint(Isotope isotope)
        {
            MinimumFormula.Remove(isotope);
            MaximumFormula.Remove(isotope);
        }