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

Inheritance: XmlLoopEndBrick, IForeverEndBrick
Show file Open project: Catrobat/CatrobatForWindows Class Usage Examples

Public Methods

Method Description
Equals ( System obj ) : bool
Equals ( XmlForeverLoopEndBrick b ) : bool
GetHashCode ( ) : int
XmlForeverLoopEndBrick ( ) : Catrobat_Player.NativeComponent
XmlForeverLoopEndBrick ( System.Xml.Linq.XElement xElement ) : Catrobat_Player.NativeComponent

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 ( XmlForeverLoopEndBrick b ) : bool
b XmlForeverLoopEndBrick
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

XmlForeverLoopEndBrick() public method

public XmlForeverLoopEndBrick ( ) : Catrobat_Player.NativeComponent
return Catrobat_Player.NativeComponent

XmlForeverLoopEndBrick() public method

public XmlForeverLoopEndBrick ( System.Xml.Linq.XElement xElement ) : Catrobat_Player.NativeComponent
xElement System.Xml.Linq.XElement
return Catrobat_Player.NativeComponent