Catrobat.IDE.Core.Xml.XmlObjects.Variables.XmlObjectVariableEntry.LoadFromXml C# (CSharp) Méthode

LoadFromXml() private méthode

private LoadFromXml ( System.Xml.Linq.XElement xRoot ) : void
xRoot System.Xml.Linq.XElement
Résultat void
        internal override void LoadFromXml(XElement xRoot)
        {
            XmlSpriteReference = new XmlSpriteReference(xRoot.Element(XmlConstants.Object));
            VariableList = new XmlUserVariableList(xRoot.Element(XmlConstants.List));
        }