Gets a suggestion from the collection. This property is the indexer for the SuggestionCollection class.

public Suggestion this [int number] { get; }

public Suggestion this [int number] { get; }
Public Default ReadOnly Property Item(number As Integer) As Suggestion

Parameters

Parameter Description
number The zero-based index of the suggested word to get.

Return Value

The object of the type Suggestion at the specified index.