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

XmlSoundList() public method

public XmlSoundList ( ) : System.Collections.Generic
return System.Collections.Generic
        public XmlSoundList()
        {
            Sounds = new List<XmlSound>();
        }

Same methods

XmlSoundList::XmlSoundList ( System.Xml.Linq.XElement xElement ) : System.Collections.Generic