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.
Introduced: 4.0.
[C#] public sealed class HyphenationListCollection: CollectionBase, IEnumerable, IEnumerator
[Visual Basic] Public NotInheritable Class HyphenationListCollection Inherits CollectionBase Implements IEnumerable Implements IEnumerator
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. | |
Item | Gets an object of type HyphenationList from the collection. | |
Remove | Removes objects of the type HyphenationList from the collection. |