Summary
Gets a collection of random sentences.
Syntax
public static IEnumerable<string> Sentences(int sentenceCount)
Parameters
Name | Type | Description |
---|---|---|
sentenceCount | int | The sentence count. |
Return Value
Type | Description |
---|---|
IEnumerable |
A collection of random sentences. |