[]
Gets or sets the element at the specified index.
public VisitedDocument this[int index] { get; set; }
| Type | Name | Description |
|---|---|---|
| int | index | The index in the current collection. |
| Type | Description |
|---|---|
| VisitedDocument | The element at the specified index. |