Lorem.

Words(int) Method

Summary

Gets the specified count of random words.
Namespace
Faker
Containing Type
Lorem

Syntax

public static IEnumerable<string> Words(int count)

Parameters

Name Type Description
count int The count of random words.

Return Value

Type Description
IEnumerable<string> An Enumerable of random words.
GitHub