C# Класс Catrobat.IDE.Core.Xml.XmlObjects.Variables.XmlUserVariableList

Наследование: XmlObjectNode
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
UserVariables List

Открытые методы

Метод Описание
Equals ( System obj ) : bool
Equals ( XmlUserVariableList l ) : bool
GetHashCode ( ) : int
XmlUserVariableList ( ) : System.Collections.Generic
XmlUserVariableList ( System.Xml.Linq.XElement xElement ) : System.Collections.Generic

Приватные методы

Метод Описание
CreateXml ( ) : System.Xml.Linq.XElement
LoadFromXml ( System.Xml.Linq.XElement xRoot ) : void

Описание методов

Equals() публичный Метод

public Equals ( System obj ) : bool
obj System
Результат bool

Equals() публичный Метод

public Equals ( XmlUserVariableList l ) : bool
l XmlUserVariableList
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

XmlUserVariableList() публичный Метод

public XmlUserVariableList ( ) : System.Collections.Generic
Результат System.Collections.Generic

XmlUserVariableList() публичный Метод

public XmlUserVariableList ( System.Xml.Linq.XElement xElement ) : System.Collections.Generic
xElement System.Xml.Linq.XElement
Результат System.Collections.Generic

Описание свойств

UserVariables публичное свойство

public List UserVariables
Результат List