| Hunspell Generate Method |
Generates the specified word by a sample.
Namespace: NHunspellAssembly: NHunspell (in NHunspell.dll) Version: 1.1.1.0
Syntax public List<string> Generate(
string word,
string sample
)
Public Function Generate (
word As String,
sample As String
) As List(Of String)
public:
List<String^>^ Generate(
String^ word,
String^ sample
)
member Generate :
word : string *
sample : string -> List<string>
Parameters
- word
- Type: System String
The word.
- sample
- Type: System String
The sample.
Return Value
Type: List
String
The
[!:List].
See Also