|
|
Xml
|
public static IEnumerable<XElement> Is( this IEnumerable<Tuple<XElement, string>> source, string attributeValue, bool ignoreCase = true )
var globals = XDocument.Load(configFile)
.Descendants("SettingsGroup")
.WhereAttribute("Type").Is("Globals");