Summary
A collection of Enumerable helper extensions.
- Namespace
- Faker
.Extensions - Base Types
-
- object
graph TD
Base0["object"]-->Type
Type["EnumerableExtensions"]
class Type type-node
Syntax
public static class EnumerableExtensions
Methods
Name | Value | Summary |
---|---|---|
Random |
TResult |
Select a random element created by the specified list function.
static
|
Times |
IEnumerable |
Calls the specified func according to the
specified count
static
|