C# 클래스 Catrobat.IDE.Core.Xml.XmlObjects.XmlLook

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

공개 메소드들

메소드 설명
Equals ( System obj ) : bool
Equals ( XmlLook l ) : bool
GetHashCode ( ) : int
XmlLook ( ) : System.Xml.Linq
XmlLook ( string name ) : System.Xml.Linq

비공개 메소드들

메소드 설명
CreateXml ( ) : System.Xml.Linq.XElement
LoadFromXml ( System.Xml.Linq.XElement xRoot ) : void
XmlLook ( System.Xml.Linq.XElement xElement ) : System.Xml.Linq

메소드 상세

Equals() 공개 메소드

public Equals ( System obj ) : bool
obj System
리턴 bool

Equals() 공개 메소드

public Equals ( XmlLook l ) : bool
l XmlLook
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

XmlLook() 공개 메소드

public XmlLook ( ) : System.Xml.Linq
리턴 System.Xml.Linq

XmlLook() 공개 메소드

public XmlLook ( string name ) : System.Xml.Linq
name string
리턴 System.Xml.Linq