EnumerableExtensions Class

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>(IEnumerable<Func<TResult>>) TResult
Select a random element created by the specified list function.
static
Times<T>(int, Func<int, T>) IEnumerable<T>
Calls the specified func according to the specified count
static
GitHub