C# Class Encog.Bot.RSS.RSSItem

Datei anzeigen Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
Load ( XmlNode node ) : void

Load an item from the specified node.

ToString ( ) : String

Convert the object to a String.

Method Details

Load() public method

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

ToString() public method

Convert the object to a String.
public ToString ( ) : String
return String