C# Class GenFu.EnumerableExtensions

Show file Open project: MisterJames/GenFu

Public Methods

Method Description
GetRandomElement ( this list ) : string
GetRandomIndex ( this list ) : int

Method Details

GetRandomElement() public static method

public static GetRandomElement ( this list ) : string
list this
return string

GetRandomIndex() public static method

public static GetRandomIndex ( this list ) : int
list this
return int