Constructs a BadWord instance.

C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public WordOccurrence( string word, int caretStart, int caretEnd )
public WordOccurrence( string word, int caretStart, int caretEnd )
Public Sub New ( word As String, caretStart As Integer, caretEnd As Integer )
Public Sub New ( word As String, caretStart As Integer, caretEnd As Integer )
public: WordOccurrence( String^ word, int caretStart, int caretEnd )
public: WordOccurrence( String^ word, int caretStart, int caretEnd )
new : word : string * caretStart : int * caretEnd : int -> WordOccurrence
new : word : string * caretStart : int * caretEnd : int -> WordOccurrence

- word (String)
- the word String that is misspelt
- caretStart (Int32)
- the position in the original text
- caretEnd (Int32)
- the end position in the text
Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb.dll) Version: 6.4.25.331