FlaggedWord Members
Include Protected Members
Include Inherited Members
Flags a misspelled or repeated word.
The FlaggedWord type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from ValueType.) |
Top
Fields
Name | Description | |
---|---|---|
offset | Identifies the location in the input where the word begins. | |
type | Gets the type of the error: either a misspelling or a repeated word. | |
word | Gets the misspelled word. |
Top