ArrayExtensions Class

Summary

A collection of Array helper extensions
Namespace
Faker.Extensions
Base Types
  • object
graph TD Base0["object"]-->Type Type["ArrayExtensions"] class Type type-node

Syntax

public static class ArrayExtensions

Methods

Name Value Summary
Random(string) char
Selects a random character from the specified source
static
Random<TResult>(TResult[]) TResult
Select a random element from the array.
static
GitHub