DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Returns the Page object.
This index allows to call pageList[i] instead of pageList.pages[i].
Namespace: DotNetWikiBotAssembly: 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: PageReturns the Page object.