[This is preliminary documentation and is subject to change.]
Adds the specified word to the internal dictionary.
Namespace:
NHunspellAssembly: NHunspell (in NHunspell.dll) Version: 0.9.2.0 (0.9.2.0)
Syntax
| C# |
|---|
public bool Add( string word ) |
| Visual Basic (Declaration) |
|---|
Public Function Add ( _ word As String _ ) As Boolean |
| Visual C++ |
|---|
public: bool Add( String^ word ) |
Parameters
- word
- Type: System..::.String
The word.
Return Value
[Missing <returns> documentation for "M:NHunspell.Hunspell.Add(System.String)"]