Catrobat.IDE.Core.Xml.XmlObjects.XmlSoundReference.LoadFromXml C# (CSharp) Method

LoadFromXml() private method

private LoadFromXml ( System.Xml.Linq.XElement xRoot ) : void
xRoot System.Xml.Linq.XElement
return void
        internal override void LoadFromXml(XElement xRoot)
        {
            _reference = xRoot.Attribute(XmlConstants.Reference).Value;
            //Sound = ReferenceHelper.GetReferenceObject(this, _reference) as Sound;
        }