Summary
Gets a collection of random paragraphs.
Syntax
public static IEnumerable<string> Paragraphs(int paragraphCount)
Parameters
| Name | Type | Description |
|---|---|---|
| paragraphCount | int | The paragraph count. |
Return Value
| Type | Description |
|---|---|
| IEnumerable |
The collection of random paragraphs. |