C# Класс FakeO.Extenstions.ArrayExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
Random ( this list ) : string

Select a random element from the array.

Random ( this list ) : string

Select a random string from the Enumerable list.

Random ( this list ) : string[]

Select a random string array from the Enumerable list.

Описание методов

Random() публичный статический Метод

Select a random element from the array.
public static Random ( this list ) : string
list this
Результат string

Random() публичный статический Метод

Select a random string from the Enumerable list.
public static Random ( this list ) : string
list this
Результат string

Random() публичный статический Метод

Select a random string array from the Enumerable list.
public static Random ( this list ) : string[]
list this
Результат string[]