Beispiel #1
0
 public static XElement Feed(this XContainer container)
 {
     return(container.AtomElement("feed"));
 }