DotNetWikiBot Framework Documentation
This index allows to call pageList[i] instead of pageList.pages[i].

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

Syntax

C#
public Page this[
	int index
] { get; set; }

Parameters

index
Type: System..::..Int32
Zero-based index.

Return Value

Type: Page
Returns the Page object.

See Also