C# Class Catrobat.IDE.Core.Xml.XmlObjects.XmlSpriteList

Inheritance: XmlObjectNode
Show file Open project: Catrobat/CatrobatForWindows Class Usage Examples

Public Methods

Method Description
LoadReference ( ) : void
XmlSpriteList ( ) : System.Collections.Generic
XmlSpriteList ( System.Xml.Linq.XElement xRoot ) : System.Collections.Generic

Private Methods

Method Description
CreateXml ( ) : System.Xml.Linq.XElement
LoadFromXml ( System.Xml.Linq.XElement xRoot ) : void

Method Details

LoadReference() public method

public LoadReference ( ) : void
return void

XmlSpriteList() public method

public XmlSpriteList ( ) : System.Collections.Generic
return System.Collections.Generic

XmlSpriteList() public method

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