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

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

Public Methods

Method Description
Equals ( System obj ) : bool
Equals ( XmlLookList s ) : bool
GetHashCode ( ) : int
XmlSoundList ( ) : System.Collections.Generic
XmlSoundList ( System.Xml.Linq.XElement xElement ) : System.Collections.Generic

Private Methods

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

Method Details

Equals() public method

public Equals ( System obj ) : bool
obj System
return bool

Equals() public method

public Equals ( XmlLookList s ) : bool
s XmlLookList
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

XmlSoundList() public method

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

XmlSoundList() public method

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