An instance of the HyphenationListCollection class contains all objects of type HyphenationList that can be used to create hyphenations. 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 see the .NET Framework reference.

Syntax

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

Introduced: 4.0.

Methods

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

Properties

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