Catrobat.IDE.Core.Xml.XmlObjects.Formulas.XmlFormulaTreeFactory.CreateGlobalVariableNode C# (CSharp) Метод

CreateGlobalVariableNode() публичный статический Метод

public static CreateGlobalVariableNode ( XmlUserVariable variable ) : XmlFormulaTree
variable Catrobat.IDE.Core.Xml.XmlObjects.Variables.XmlUserVariable
Результат XmlFormulaTree
        public static XmlFormulaTree CreateGlobalVariableNode(XmlUserVariable variable)
        {
            return CreateVariableNode(variable);
        }
        private static XmlFormulaTree CreateVariableNode(XmlUserVariable variable)