C# Class Catrobat.IDE.Core.Xml.XmlObjects.Variables.XmlUserVariableList

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

Méthodes publiques

Свойство Type Description
UserVariables List

Méthodes publiques

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

XmlUserVariableList() public méthode

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

XmlUserVariableList() public méthode

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

Property Details

UserVariables public_oe property

public List UserVariables
Résultat List