Exemplo n.º 1
0
 protected void given_syndication_feed(string feedContent)
 {
     Feed = SyndicationFeed.Load <NuGetSyndicationFeed>(new XmlTextReader(new StringReader(feedContent)));
 }
Exemplo n.º 2
0
 protected void given_syndication_feed(string feedContent)
 {
     Feed = SyndicationFeed.Load<NuGetSyndicationFeed>(new XmlTextReader(new StringReader(feedContent)));
 }