Lorem.

Sentences(int) Method

Summary

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

Syntax

public static IEnumerable<string> Sentences(int sentenceCount)

Parameters

Name Type Description
sentenceCount int The sentence count.

Return Value

Type Description
IEnumerable<string> A collection of random sentences.

See Also

GitHub