Catrobat.IDE.Core.Xml.XmlObjects.XmlSoundList.XmlSoundList C# (CSharp) 메소드

XmlSoundList() 공개 메소드

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

Same methods

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