Word Constructor (String)

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

Word Constructor (String)

Initializes a new instance of the class

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

Parameters

text

The string for the base word

See Also

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