Summary
Gets a random sentence.
Syntax
public static string Sentence(int minWordCount)
Parameters
Name | Type | Description |
---|---|---|
minWordCount | int | The minimum word count. |
Return Value
Type | Description |
---|---|
string | The random sentence |