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 |
public static string Sentence(int minWordCount)
| Name | Type | Description |
|---|---|---|
| minWordCount | int | The minimum word count. |
| Type | Description |
|---|---|
| string | The random sentence |