Word Constructor (String, String, String)

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

Word Constructor (String, String, String)

Initializes a new instance of the class

[Visual Basic]Overloads Public Sub New( _
   ByVal text As String, _
   ByVal affixKeys As String, _
   ByVal phoneticCode As String _
)
[C#]
public Word(
   string text,
   string affixKeys,
   string phoneticCode
);

Parameters

text

The string for the base word

affixKeys

The affix keys that can be applied to this base word

phoneticCode

The phonetic code for this word

See Also

Word Class | NetSpell.SpellChecker.Dictionary Namespace | Word Constructor Overload List