C# Class Catrobat.IDE.Core.Xml.XmlObjects.Bricks.ControlFlow.XmlRepeatLoopEndBrick

Inheritance: XmlLoopEndBrick, IRepeatEndBrick
Afficher le fichier Open project: Catrobat/CatrobatForWindows Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( System obj ) : bool
Equals ( XmlRepeatLoopEndBrick b ) : bool
GetHashCode ( ) : int
XmlRepeatLoopEndBrick ( ) : Catrobat_Player.NativeComponent
XmlRepeatLoopEndBrick ( System.Xml.Linq.XElement xElement ) : Catrobat_Player.NativeComponent

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 ( XmlRepeatLoopEndBrick b ) : bool
b XmlRepeatLoopEndBrick
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

XmlRepeatLoopEndBrick() public méthode

public XmlRepeatLoopEndBrick ( ) : Catrobat_Player.NativeComponent
Résultat Catrobat_Player.NativeComponent

XmlRepeatLoopEndBrick() public méthode

public XmlRepeatLoopEndBrick ( System.Xml.Linq.XElement xElement ) : Catrobat_Player.NativeComponent
xElement System.Xml.Linq.XElement
Résultat Catrobat_Player.NativeComponent