Documentation For Encog 2.x

WebPage.Find Method

Find the specified DocumentRange subclass in the contents list.

public DocumentRange Find(
   Type c,
   int index
);

Parameters

c
The class type to search for.
index
The index to search from.

Return Value

The document range that was found.

See Also

WebPage Class | Encog.Bot.Browse Namespace