Catrobat.IDE.Core.Xml.XmlObjects.Bricks.ControlFlow.XmlLoopEndBrickReference.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)
        {
            //_classField = xRoot.Attribute("class").Value;
            _reference = xRoot.Attribute("reference").Value;
        }