[This is preliminary documentation and is subject to change.]

Generates the specified word by sample.

Namespace:  NHunspell
Assembly:  NHunspell (in NHunspell.dll) Version: 0.9.2.0 (0.9.2.0)

Syntax

C#
public List<string> Generate(
	string word,
	string sample
)
Visual Basic (Declaration)
Public Function Generate ( _
	word As String, _
	sample As String _
) As List(Of String)
Visual C++
public:
List<String^>^ Generate(
	String^ word, 
	String^ sample
)

Parameters

word
Type: System..::.String
The word.
sample
Type: System..::.String
The sample.

Return Value

[Missing <returns> documentation for "M:NHunspell.Hunspell.Generate(System.String,System.String)"]

See Also