Gets a suggestion from the collection. This property is the indexer for the Suggestion
public Suggestion this [int number] { get; }
Public Default ReadOnly Property Item(number As Integer) As Suggestion
Parameter | Description |
---|---|
number | The zero-based index of the suggested word to get. |
The object of the type Suggestion at the specified index.