Catrobat.IDE.Core.Models.Formulas.Tree.FormulaNodeMin.ToXml C# (CSharp) Метод

ToXml() защищенный Метод

protected ToXml ( XmlFormulaTree firstChild, XmlFormulaTree secondChild ) : XmlFormulaTree
firstChild Catrobat.IDE.Core.Xml.XmlObjects.Formulas.XmlFormulaTree
secondChild Catrobat.IDE.Core.Xml.XmlObjects.Formulas.XmlFormulaTree
Результат Catrobat.IDE.Core.Xml.XmlObjects.Formulas.XmlFormulaTree
        protected override XmlFormulaTree ToXml(XmlFormulaTree firstChild, XmlFormulaTree secondChild)
        {
            return XmlFormulaTreeFactory.CreateMinNode(firstChild, secondChild);
        }
    }