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

XmlSpriteList() public method

public XmlSpriteList ( ) : System.Collections.Generic
return System.Collections.Generic
        public XmlSpriteList()
        {
            Sprites = new List<XmlSprite>();
        }

Same methods

XmlSpriteList::XmlSpriteList ( System.Xml.Linq.XElement xRoot ) : System.Collections.Generic