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; }

Parameters

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

Return Value

The object of type SynonymList at the specified index.