C# 클래스 Catrobat.IDE.Core.Xml.XmlObjects.Variables.XmlUserVariableList

상속: XmlObjectNode
파일 보기 프로젝트 열기: Catrobat/CatrobatForWindows 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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