Catrobat.IDE.Core.Models.Formulas.Tree.FormulaNodeAccelerationY.ToXmlObject2 C# (CSharp) Method

ToXmlObject2() protected method

protected ToXmlObject2 ( ) : XmlFormulaTree
return XmlFormulaTree
        protected internal override XmlFormulaTree ToXmlObject2()
        {
            return XmlFormulaTreeFactory.CreateAccelerationYNode();
        }
    }