C# Class FakeO.Extenstions.ArrayExtensions

Exibir arquivo Open project: rally25rs/FakeO

Public Methods

Method 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 method

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

Random() public static method

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

Random() public static method

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