C# Class Encog.Bot.RSS.RSSItem

Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

Méthode Description
Load ( XmlNode node ) : void

Load an item from the specified node.

ToString ( ) : String

Convert the object to a String.

Method Details

Load() public méthode

Load an item from the specified node.
public Load ( XmlNode node ) : void
node System.Xml.XmlNode The Node to load the item from.
Résultat void

ToString() public méthode

Convert the object to a String.
public ToString ( ) : String
Résultat String