IgnoreList Constructors
Represents a list of words ignored during spell check.| Name | Parameters | Description |
|---|---|---|
| IgnoreList() | none | Initializes a new IgnoreList object with default settings. |
| IgnoreList(CultureInfo) | culture | Obsolete. This constructor has become obsolete. Use the default constructor. |
See Also