Catrobat.IDE.Core.Xml.XmlObjects.XmlSound.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)
        {
            FileName = xRoot.Element(XmlConstants.FileName).Value;
            Name = xRoot.Element(XmlConstants.Name).Value;
        }