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

Inheritance: DocumentRange
Mostrar archivo Open project: encog/encog-silverlight-core

Protected Methods

Method Description
FormElement ( WebPage source ) : System

Construct a form element from the specified web page.

Method Details

FormElement() protected method

Construct a form element from the specified web page.
protected FormElement ( WebPage source ) : System
source Encog.Bot.Browse.WebPage The page that holds this form element.
return System