C# Class Foobricator.Sources.ListSampler

Pulls a random value from a list
Inheritance: ISource, IDebugInfoProvider
Afficher le fichier Open project: geoffles/Foobricator

Méthodes publiques

Méthode Description
GetItem ( ) : object

Gets a single item from the ListItems. From Foobricator.Sources.ISource

ListSampler ( DataReference reference ) : System.Collections.Generic

Initialise against a Foobricator.Tools.DataReference

ListSampler ( IList listItems ) : System.Collections.Generic

Initialise against a list

Method Details

GetItem() public méthode

Gets a single item from the ListItems. From Foobricator.Sources.ISource
public GetItem ( ) : object
Résultat object

ListSampler() public méthode

Initialise against a Foobricator.Tools.DataReference
public ListSampler ( DataReference reference ) : System.Collections.Generic
reference Foobricator.Tools.DataReference
Résultat System.Collections.Generic

ListSampler() public méthode

Initialise against a list
public ListSampler ( IList listItems ) : System.Collections.Generic
listItems IList
Résultat System.Collections.Generic