C# Class FuseboxFreedom.XElementExtensions

Show file Open project: jamie-pate/FuseBoxFreedom

Public Methods

Method Description
Attr ( this elem, System.Xml.Linq.XName name, bool defaultValue ) : bool
Attr ( this elem, System.Xml.Linq.XName name ) : string

Method Details

Attr() public static method

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

Attr() public static method

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