C# Class FakeO.Extenstions.ArrayExtensions

Afficher le fichier Open project: rally25rs/FakeO

Méthodes publiques

Méthode Description
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.

Method Details

Random() public static méthode

Select a random element from the array.
public static Random ( this list ) : string
list this
Résultat string

Random() public static méthode

Select a random string from the Enumerable list.
public static Random ( this list ) : string
list this
Résultat string

Random() public static méthode

Select a random string array from the Enumerable list.
public static Random ( this list ) : string[]
list this
Résultat string[]