C# Class RSS.RSSHelper

Afficher le fichier Open project: ApmeM/Simple-RSS

Méthodes publiques

Méthode Description
ReadRSS ( Stream source ) : Rss
WriteRSS ( Rss value, Stream destination ) : void

Method Details

ReadRSS() public static méthode

public static ReadRSS ( Stream source ) : Rss
source System.IO.Stream
Résultat Rss

WriteRSS() public static méthode

public static WriteRSS ( Rss value, Stream destination ) : void
value Rss
destination System.IO.Stream
Résultat void