Lorem.

Paragraphs(int) Method

Summary

Gets a collection of random paragraphs.
Namespace
Faker
Containing Type
Lorem

Syntax

public static IEnumerable<string> Paragraphs(int paragraphCount)

Parameters

Name Type Description
paragraphCount int The paragraph count.

Return Value

Type Description
IEnumerable<string> The collection of random paragraphs.

See Also

GitHub