Gets the next bad word in the list that was identified by Check.
| C# | Visual Basic | Visual C++ | F# |
BadWord NextBadWord()
Function NextBadWord As BadWord
BadWord^ NextBadWord()
abstract NextBadWord : unit -> BadWord
BadWord
The next BadWord object from the text, must return null (C#) or nothing (VB.NET) when no more bad words exist.
The next BadWord object from the text, must return null (C#) or nothing (VB.NET) when no more bad words exist.
Check must be called before this method.
Assembly: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)