C# 클래스 Encog.Bot.RSS.RSSItem

파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
Load ( XmlNode node ) : void

Load an item from the specified node.

ToString ( ) : String

Convert the object to a String.

메소드 상세

Load() 공개 메소드

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

ToString() 공개 메소드

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