C# 클래스 FuseboxFreedom.XElementExtensions

파일 보기 프로젝트 열기: jamie-pate/FuseBoxFreedom

공개 메소드들

메소드 설명
Attr ( this elem, System.Xml.Linq.XName name, bool defaultValue ) : bool
Attr ( this elem, System.Xml.Linq.XName name ) : string

메소드 상세

Attr() 공개 정적인 메소드

public static Attr ( this elem, System.Xml.Linq.XName name, bool defaultValue ) : bool
elem this
name System.Xml.Linq.XName
defaultValue bool
리턴 bool

Attr() 공개 정적인 메소드

public static Attr ( this elem, System.Xml.Linq.XName name ) : string
elem this
name System.Xml.Linq.XName
리턴 string