Encog.Bot.Browse.Range.Div.Div C# (CSharp) Method

Div() public method

Construct a range to hold the DIV tag.
public Div ( WebPage source ) : System
source WebPage The web page this range was found on.
return System
        public Div(WebPage source)
            : base(source)
        {
        }