Gets an object of type SynonymList from the collection. This property is the indexer for the SynonymListCollection class.

public Proofing.SynonymList this [int number] { get; }

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

Parameters

Parameter Description
number The zero-based index of the SynonymList.

Return Value

The object of type SynonymList at the specified index.