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 |
char |
Selects a random character from the specified source
static
|
Random |
TResult |
Select a random element from the array.
static
|