2011-02-22 6 views

Répondre

0
var x = from mapElement in doc.Root.Element("Mappings").Elements("Map") 
     let keyAttr = map.Attribute("key") 
     where keyAttr != null && keyAttr.Value = targetMap.Key 
     select mapElement; 

return x.Any(); 
Questions connexes