C# Class Catrobat.IDE.Core.Xml.XmlObjects.Scripts.XmlScriptList

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

Méthodes publiques

Méthode Description
Equals ( System obj ) : bool
Equals ( XmlScriptList s ) : bool
GetHashCode ( ) : int
XmlScriptList ( ) : System.Collections.Generic
XmlScriptList ( 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 ( XmlScriptList s ) : bool
s XmlScriptList
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

XmlScriptList() public méthode

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

XmlScriptList() public méthode

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