Catrobat.IDE.Core.Xml.XmlObjects.Variables.XmlUserVariable.XmlUserVariable C# (CSharp) Method

XmlUserVariable() public method

public XmlUserVariable ( System.Xml.Linq.XElement xElement ) : Catrobat_Player.NativeComponent
xElement System.Xml.Linq.XElement
return Catrobat_Player.NativeComponent
        public XmlUserVariable(XElement xElement)
        {
            LoadFromXml(xElement);
        }

Same methods

XmlUserVariable::XmlUserVariable ( ) : Catrobat_Player.NativeComponent