C# Class Encog.Bot.Browse.Range.Span

A document range that specifies a span tag, and any embedded tags.
Inheritance: DocumentRange
ファイルを表示 Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
Span ( WebPage source ) : System

Construct a span range from the specified web page.

ToString ( ) : String

This object as a string.

Method Details

Span() public method

Construct a span range from the specified web page.
public Span ( WebPage source ) : System
source WebPage The source web page.
return System

ToString() public method

This object as a string.
public ToString ( ) : String
return String