C# Class Catrobat.IDE.Core.Xml.XmlObjects.Bricks.XmlBrickList

Inheritance: XmlObjectNode
Afficher le fichier Open project: Catrobat/CatrobatForWindows Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( System obj ) : bool
Equals ( XmlBrickList l ) : bool
GetHashCode ( ) : int
XmlBrickList ( ) : System.Collections.Generic
XmlBrickList ( System.Xml.Linq.XElement xElement ) : System.Collections.Generic

Private Methods

Méthode Description
CreateXml ( ) : System.Xml.Linq.XElement
LoadFromXml ( System.Xml.Linq.XElement xRoot ) : void

Method Details

Equals() public méthode

public Equals ( System obj ) : bool
obj System
Résultat bool

Equals() public méthode

public Equals ( XmlBrickList l ) : bool
l XmlBrickList
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

XmlBrickList() public méthode

public XmlBrickList ( ) : System.Collections.Generic
Résultat System.Collections.Generic

XmlBrickList() public méthode

public XmlBrickList ( System.Xml.Linq.XElement xElement ) : System.Collections.Generic
xElement System.Xml.Linq.XElement
Résultat System.Collections.Generic