Exemplo n.º 1
0
 public static IEnumerable <XElement> Entries(this XContainer container)
 {
     return(container.AtomElements("entry"));
 }