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

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

공개 메소드들

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

비공개 메소드들

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

메소드 상세

Equals() 공개 메소드

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

Equals() 공개 메소드

public Equals ( XmlSound s ) : bool
s XmlSound
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

XmlSound() 공개 메소드

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

XmlSound() 공개 메소드

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