An instance of the SynonymListCollection class contains all objects of type SynonymList that will be used by the first and second overload of the TXSpell.CreateSynonyms method. It is inherited from the abstract class System.Collections.CollectionBase and implements the System.Collections.IEnumerable and System.Collections.IEnumerator interfaces. For a list of properties, methods and events of these classes and interfaces, please see the .NET Framework reference.

Syntax

public sealed class SynonymListCollection: CollectionBase, IEnumerable, IEnumerator
Public NotInheritable Class SynonymListCollection
  Inherits CollectionBase
  Implements IEnumerable
  Implements IEnumerator

Introduced: 7.0.

Methods

Method Description
Add Adds objects of type SynonymList to the collection.
GetItem Gets a particular SynonymList from the collection by using the specified name.
Remove Removes objects of type SynonymList from the collection.

Properties

Property Description
Item Gets an object of type SynonymList from the collection.