DotNetWikiBot Framework Documentation
This function allows to iterate over Page objects in this PageList using "foreach" loop.

Namespace: DotNetWikiBot
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0

Syntax

C#
public IEnumerator GetEnumerator()

Return Value

Type: IEnumerator
Returns IEnumerator object.

See Also